Registration
There are several user self care REST services available for managing FIDO2/WebAuthn registered authenticators.
Note: The user must authenticate to use the REST services capability.
REST services usage scenarios
Note: None of the REST services below require a JSON payload in the request.
| Method | URL | Response | Response type |
|---|---|---|---|
| GET | https://hostname/mga/sps/fido2/registrations |
If the request completes successfully, the HTTP response code is 200. If the request does not complete successfully, the HTTP response is 500. |
application/json |
| GET | https://hostname/mga/sps/fido2/registrations/{credentialId} |
If the request completes successfully, the HTTP response code is 200. If the request does not complete successfully, the HTTP response is 500. |
application/json |
| DELETE | https://hostname/mga/sps/fido2/registrations/{credentialId} |
If the request completes successfully, the HTTP response code is 204. If the request does not complete successfully, the HTTP response is 500. |
application/json |