get https://{baseurl}/usermanagement/api/v1/organizations//mobile-device/webauthn/register-authenticator?username=&pushtoken_credid=&redirect_uri=unifyiaidwallet:/fido2
Once the issuance of identities is completed, the next step is to register and get FIDO2 credentials on the ID Wallet app if configured in the workflow. This endpoint enables you to register your device as a FIDO2 authenticator and get the FIDO2 credentials issued on the ID Wallet app. It updates the notification section in the ID Wallet app with the FIDO2 registration request.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
Parameters | Type | Description |
---|---|---|
organizationName | string | Denotes the name of the organization. |
Query Parameters
Parameters | Type | Description |
---|---|---|
username | string | The assigned username of the user. |
pushtokenCredid | string | The push token credential ID that was received in the response for Get Identities endpoint. |
redirect_uri | string | The redirect URI to the ID Wallet app to which the user needs to be redirected to after completing the FIDO2 registration. This is a static value and needs to be updated. |