POST /auth/oidc/logout
处理OpenID Connect RP-Initiated Logout 1.0规范的登出请求。根据id_token_hint重定向到OP的end_session_endpoint或post_logout_redirect_uri,同时撤销当前用户的会话。
OAuth授权 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id_token_hint |
query |
string |
No |
|
|
|
ID Token提示 |
post_logout_redirect_uri |
query |
string |
No |
|
|
|
登出后重定向URI |
state |
query |
string |
No |
|
|
|
状态参数 |
Referenced Schemas
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|