Finish WebAuthn registration
post
Authorizations
defguard_sessionstringRequired
Body
namestringRequired
rpkcobjectRequired
Responses
200
Security key registered. Returns recovery codes when this is the first configured factor.
application/json
codesstring[] · nullableOptional
400
Invalid registration data.
application/json
401
Session is missing or invalid.
application/json
500
Unable to finish WebAuthn registration.
application/json
post/api/v1/auth/webauthn/finish
POST /api/v1/auth/webauthn/finish HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"name": "text",
"rpkc": {}
}{
"codes": [
"text"
]
}Last updated
Was this helpful?