FIDO 2 Registration

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

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.

Query Parameters

ParametersTypeDescription
usernamestringThe assigned username of the user.
pushtokenCredidstringThe push token credential ID that was received in the response for Get Identities endpoint.
redirect_uristringThe 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.
Language
URL