登出 Endpoint


layout: docs-default

登出 Endpoint

重定向到logout endpoint 来清除认证会话和cookie。

这个 endpoint有两个可选参数:

  • id_token_hint
    • 客户端申请认证时的id_token,用来绕过登出确认页面,同时提供一个重定向URL
  • post_logout_redirect_uri
    • 登出后重定向的 URI (默认显示为一个超链接).这个URI必须在允许的登出URIs列表中。
/connect/endsession?id_token_hint=...&post_logout_redirect_uri=https://myapp.com

参看 AuthenticationOptions 了解如何配置logout endpoint 的行为和登出页面。

你可能感兴趣的:(登出 Endpoint)