Accept OAuth 2.0 Session Logout Request
PUT {{baseUrl}}/admin/oauth2/auth/requests/logout/accept?logout_challenge=<string>
When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
logout_challenge | string | (Required) OAuth 2.0 Logout Request Challenge |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"redirect_to":"\u003cstring\u003e"}