Troubleshooting Web Component Fabric Services
You can troubleshoot and debug web component fabric services issues, allowing you to examine the response codes of fabric services associated with the following web components:
Onboarding Component
Name | Operation Name | Service Type | Description | Steps | Response Body |
---|---|---|---|---|---|
ClientAuthIdentityWrapper |
getClientBearerToken |
Integration |
Integration Wrapper of ClientIdentity. |
View steps:
|
View Response:
Copy
|
HIDApproveInitiation | initiate | Integration | Sends an HID Approve Push notification to the user's registered device. |
View steps:
|
View Response:
Copy
|
OTPServices | sendOOB | Integration | Sends an OOB OTP to the user. |
View steps:
|
View Response:
Copy
|
ScimAPIs | SearchUser | Integration | Searches for the user. |
View steps:
|
View Response:
Copy
|
ScimAPIs | createNewDevice | Integration | Creates a new Device ID for the user. |
View steps:
|
View Response:
Copy
|
ScimAPIs | getPasswordPolicy | Integration | Provides the Password policy. |
View steps:
|
View Response:
Copy
|
ScimAPIs | fetchUserDetails | Integration | Fetch for the user details. |
View steps:
|
View Response:
Copy
|
ScimAPIs | searchDevice | Integration | Search for the device. |
View steps:
|
View Response:
Copy
|
ScimAPIs | updateDeviceStatus | Integration | Updates the device status. |
View steps:
|
View Response:
Copy
|
ScimAPIsOrg | addOOBAuthenticator | Integration | Adds the OOB Authenticator. |
View steps:
|
View Response:
Copy
|
OnboardingValidation | validateUser | Orchestration | Adds a Password Authenticator. |
View steps:
|
View Response:
Copy
|
PushDeviceRegistrationOrch | getInviteCode | Orchestration | Provisioning Push Device. |
View steps:
|
View Response:
Copy
|
User Authentication Component
Name | Operation Name | Service Type | Description | Steps | Response |
---|---|---|---|---|---|
ClientAuthIdentityWrapper |
getClientBearerToken |
Integration |
Integration Wrapper of ClientIdentity. |
View steps:
|
View Response:
Copy
|
HIDApproveInitiation | initiate | Integration | Sends an HID Approve Push notification to the user's registered device. |
View steps:
|
View Response:
Copy
|
SearchPushDevicesOrch | getDevices | Orchestration | Orchestration to fetch the user id and then gets the list of devices associated with the user. |
View steps:
|
View Response:
Copy
|
User Management Component
Name | Operation Name | Service Type | Description | Steps | Response |
---|---|---|---|---|---|
UserManagementService |
SearchUser |
Integration |
Performs a user search. |
View steps:
|
View Response:
Copy
|
ChangePassword | changeUserPassword | Orchestration | Changes the user's password. |
View steps:
|
View Response:
Copy
|
SearchDervices | SearchDevices | Orchestration | Searches for the device. |
View steps:
|
View Response:
Copy
|
ScimAPIs | createNewDevice | Integration | Creates a new DeviceId. |
View steps:
|
View Response:
Copy
|
ScimAPIs | updateDeviceStatus | Integration | Updates the device status. |
View steps:
|
View Response:
Copy
|