ReDoc documentation

tfa/provider/u2fkey/authentication-challenge

tfa/provider/u2fkey/authentication-challenge

post/V1/tfa/provider/u2fkey/authentication-challenge

Get the information to initiate a WebAuthn registration ceremony

Request
Request Body schema:
password
required
string
username
required
string
Responses
200

200 Success.

default

Unexpected error

Request samples
{
  • "username": "string",
  • "password": "string"
}
Response samples
{
  • "credential_request_options_json": "string",
  • "extension_attributes": { }
}