A AuthMS API Wiki API Reference iam.tianv.com →

POST /auth/oidc/backchannel-logout

处理OpenID Connect Backchannel Logout 1.0规范的后通道登出请求。接收OP发送的logout_token,验证后撤销对应用户的所有会话。

OAuth授权 None application/json

Request Body

Schema: handler.BackchannelLogoutRequest

FieldTypeRequiredExampleConstraintsDescription
logout_token string No

Responses

StatusDescriptionSchema
200登出成功dto.SimpleResponseWrapper
400请求参数无效dto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No