Reject OAuth 2.0 Session Logout Request
PUT {{baseUrl}}/admin/oauth2/auth/requests/logout/reject?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 deny that logout request. No HTTP request body is required.
The response is empty as the logout provider has to chose what action to perform next.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
logout_challenge | string | (Required) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |