单点退出 SLO

单点退出

当 CAS 服务器 /cas/logout 被调用,服务器给所有客户端发送包含 ticket 信息的 XML 的文本
客户端收到消息,注销 ticket 和 session

消息格式:

<samlp:LogoutRequest
    xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
    xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
    ID="[RANDOM ID]"
    Version="2.0"
    IssueInstant="[CURRENT DATE/TIME]">
    <saml:NameID>@NOT_USED@</saml:NameID>
    <samlp:SessionIndex>[SESSION IDENTIFIER]</samlp:SessionIndex>
</samlp:LogoutRequest>

猜你喜欢

转载自www.cnblogs.com/eoalfj/p/10148627.html