Creating a passkey
The following endpoints should be called in sequence when creating a passkey. These endpoints must be authenticated using bearer auth with a token.Using a passkey
For MFA
When using passkeys as a secondary factor, i.e. in a context where the user has already been authenticated with a primary factor, you should use the following endpoints in sequence. These endpoints should be authenticated using bearer auth with a token.For sign-in
When using passkeys as the primary factor for sign-in, you should use the following endpoints. These endpoints should be authenticated using basic auth with your tenant ID as the username and an empty password value.Make sure to include the
:
after your tenant ID to set an empty password value.