Autional Autional
API Reference GitHub autional.com →

POST /auth/oidc/backchannel-logout

Handle back-channel logout requests per the OpenID Connect Backchannel Logout 1.0 specification. Receives a logout_token from the OP, validates it, and revokes all sessions for the corresponding user.

OAuth Authorization None application/json

Request Body

Schema: handler.BackchannelLogoutRequest

FieldTypeRequiredExampleConstraintsDescription
logout_token string No

Responses

StatusDescriptionSchema
200Logout successfulgitee_com_linmes_authms_base_dto.SimpleResponse
400Invalid request parametersdto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No