diff --git a/others/oauth2.1-flow.md b/others/oauth2.1-flow.md index ea43548..f805b8c 100644 --- a/others/oauth2.1-flow.md +++ b/others/oauth2.1-flow.md @@ -248,7 +248,7 @@ response ## logout token API Core-Class: OidcLogoutEndpointFilter -URL: http://localhost:8080/connect/logout?id_token_hint=${id_token}&post_logout_redirect_uri=${post_logout_redirect_uri}&state=${state} +URL: http://localhost:8080/connect/logout?id_token_hint=${id_token}&client_id={client_id}&post_logout_redirect_uri=${post_logout_redirect_uri}&state=${state} diff --git a/src/main/resources/static/api/SOS_API-3.0.0.html b/src/main/resources/static/api/SOS_API-3.0.0.html index a6c9281..0f2fca0 100644 --- a/src/main/resources/static/api/SOS_API-3.0.0.html +++ b/src/main/resources/static/api/SOS_API-3.0.0.html @@ -41,7 +41,6 @@
  • [device_code]流程 - 获取token(/oauth2/token)
  • OIDC /userinfo
  • OIDC /openid-configuration
  • -
  • OIDC /logout
  • OAuth2.1 /oauth-authorization-server
  • @@ -776,8 +775,7 @@ 请求示例:
    curl --location 'http://localhost:8080/.well-known/openid-configuration' \
    ---header 'Content-Type: application/json' \
    ---header 'Authorization: Bearer eyJraWQiOiJzb3MtcnNhLWtpZDIiLCJhbGciOiJSUzI1NiJ9.eyJzdWIi...'
    +--header 'Content-Type: application/json'
    @@ -855,6 +853,101 @@ +
    +

    返回

    +

    OAuth2.1 /oauth-authorization-serverpublic

    + +

    OAuth2.1 well-known API

    + + +
    +