gpt4 book ai didi

single-sign-on - 使用 Google Apps 作为身份提供者时如何配置单点注销?

转载 作者:行者123 更新时间:2023-12-04 06:53:54 25 4
gpt4 key购买 nike

如概述 in the Google docs您可以将 Google Apps 用作 SAML 2.0 IdP。 IdP 元数据包含 SSO 的 URL,但不包含 SLO URL:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://accounts.google.com/o/saml2?idpid=XXXXXXXX" validUntil="xxxxxxx">
<md:IDPSSODescriptor WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>....</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</md:NameIDFormat>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXXX"/>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXXX"/>
</md:IDPSSODescriptor>
</md:EntityDescriptor>

尝试仅对 SLO 使用相同的 URL 会导致 Google 出现错误:
Error parsing the request, malformed_request: The SAML request is malformed. That’s all we know.

当然你可以直接重定向到 https://accounts.google.com/logout但这只会结束 Google session 。

Google 文档中未提及 SLO。是否支持?

最佳答案

Google 不支持 SAML SLO 作为身份或服务提供商。

关于single-sign-on - 使用 Google Apps 作为身份提供者时如何配置单点注销?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51360680/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com