Skip to content

Submit built-in consent page decision when enabled.

POST
/auth/consent
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/auth/consent \
--header 'Content-Type: application/json' \
--data '{ "additionalProperty": "example" }'

Managed browser challenges require the authenticated session bound at authorization time. Acting-as requests require the feature to be enabled and a current delegated relationship.

object
key
additional properties
Example generated
{
"additionalProperty": "example"
}

Successful response. The representation can be JSON, HTML, or a redirect.

Error response.

Media type application/json
object
error
string
error_description
string
message
string
webauthn_signal

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
unknown_credential
boolean
key
additional properties
Example generated
{
"error": "example",
"error_description": "example",
"message": "example",
"webauthn_signal": {
"unknown_credential": true
}
}

Error response.

Media type application/json
object
error
string
error_description
string
message
string
webauthn_signal

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
unknown_credential
boolean
key
additional properties
Example generated
{
"error": "example",
"error_description": "example",
"message": "example",
"webauthn_signal": {
"unknown_credential": true
}
}