Create resident Passkey registration options for an Admin invitation.
curl --request POST \ --url https://auth.example.com/api/admin/invitations/passkey/options \ --header 'Content-Type: application/json' \ --data '{ "enrollment_token": "example", "rp_id": "example" }'Request Body required
Section titled “Request Body required ”object
Example generated
{ "enrollment_token": "example", "rp_id": "example"}Responses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.
Error response.
object
Optional browser-side WebAuthn Signal API hint. When unknown_credential is true, clients that just received a WebAuthn credential assertion may call PublicKeyCredential.signalUnknownCredential() for that credential ID.
object
Example generated
{ "error": "example", "error_description": "example", "message": "example", "webauthn_signal": { "unknown_credential": true }}Error response.
object
Optional browser-side WebAuthn Signal API hint. When unknown_credential is true, clients that just received a WebAuthn credential assertion may call PublicKeyCredential.signalUnknownCredential() for that credential ID.
object
Example generated
{ "error": "example", "error_description": "example", "message": "example", "webauthn_signal": { "unknown_credential": true }}Error response.
object
Optional browser-side WebAuthn Signal API hint. When unknown_credential is true, clients that just received a WebAuthn credential assertion may call PublicKeyCredential.signalUnknownCredential() for that credential ID.
object
Example generated
{ "error": "example", "error_description": "example", "message": "example", "webauthn_signal": { "unknown_credential": true }}