OKTA-Shibboleth(Apache)-Nakisa(Tomcat)
SSO 正在登录。现在,我需要配置注销。因此,用户从应用程序中注销,用户需要被重定向到带有磁贴的 OKTA 页面。
但是,目前,用户再次被重定向到应用程序。
它将用户发送到 /logout?redirect=default.html 但该 default.html 被 Apache 规则捕获并重新登录用户。
看起来它需要点击 https://xxxx/Shibboleth.sso/Logout。当我访问此 url 时,它说注销已成功完成,尽管它不会返回 OKTA。这是否意味着在应用程序的注销设置中,他们需要重定向到此?
但是,我如何让用户再次回到 IdP(即 OKTA)?
这就是我认为会发生的事情。
Logout button click > logout from Shibboleth > return to OKTA so user can click other tiles.
配置 Shibboleth2.xml 的东西?文档说我只需要配置默认情况下存在的以下内容。
<!-- SAML and local-only logout. -->
<Logout>SAML2 Local</Logout>
但是,一旦用户注销完成,它如何将用户重定向到 OKTA(IdP)。是否在 IdP 的元数据中配置?