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. |
![]()
|
![]() Copy
|
HIDApproveInitiation | initiate | Integration | Sends an HID Approve Push notification to the user's registered device. |
![]()
|
![]() Copy
|
OTPServices | sendOOB | Integration | Sends an OOB OTP to the user. |
![]()
|
![]() Copy
|
ScimAPIs | SearchUser | Integration | Searches for the user. |
![]()
|
![]() Copy
|
ScimAPIs | createNewDevice | Integration | Creates a new Device ID for the user. |
![]()
|
![]() Copy
|
ScimAPIs | getPasswordPolicy | Integration | Provides the Password policy. |
![]()
|
![]() Copy
|
ScimAPIs | fetchUserDetails | Integration | Fetch for the user details. |
![]()
|
![]() Copy
|
ScimAPIs | searchDevice | Integration | Search for the device. |
![]()
|
![]() Copy
|
ScimAPIs | updateDeviceStatus | Integration | Updates the device status. |
![]()
|
![]() Copy
|
ScimAPIsOrg | addOOBAuthenticator | Integration | Adds the OOB Authenticator. |
![]()
|
![]() Copy
|
OnboardingValidation | validateUser | Orchestration | Adds a Password Authenticator. |
![]()
|
![]() Copy
|
PushDeviceRegistrationOrch | getInviteCode | Orchestration | Provisioning Push Device. |
![]()
|
![]() Copy
|
User Authentication Component
Name | Operation Name | Service Type | Description | Steps | Response |
---|---|---|---|---|---|
ClientAuthIdentityWrapper |
getClientBearerToken |
Integration |
Integration Wrapper of ClientIdentity. |
![]()
|
![]() Copy
|
HIDApproveInitiation | initiate | Integration | Sends an HID Approve Push notification to the user's registered device. |
![]()
|
![]() Copy
|
SearchPushDevicesOrch | getDevices | Orchestration | Orchestration to fetch the user id and then gets the list of devices associated with the user. |
![]()
|
![]() Copy
|
User Management Component
Name | Operation Name | Service Type | Description | Steps | Response |
---|---|---|---|---|---|
UserManagementService |
SearchUser |
Integration |
Performs a user search. |
![]()
|
![]() Copy
|
ChangePassword | changeUserPassword | Orchestration | Changes the user's password. |
![]()
|
![]() Copy
|
SearchDervices | SearchDevices | Orchestration | Searches for the device. |
![]()
|
![]() Copy
|
ScimAPIs | createNewDevice | Integration | Creates a new DeviceId. |
![]()
|
![]() Copy
|
ScimAPIs | updateDeviceStatus | Integration | Updates the device status. |
![]()
|
![]() Copy
|