简体   繁体   English

OpenAM Fedlet单一注销

[英]OpenAM Fedlet Single Sign Out

I have developed an application as SP using OpenAM fedlet. 我已经使用OpenAM fedlet开发了一个作为SP的应用程序。 Single Sign on is working fine and Single Sign out also happening from Idp (Idp is SimpleSAMLPHP). 单一登录工作正常,Idp(Idp是SimpleSAMLPHP)也发生了单一注销。

But Im facing one issue, when I have connected two SP's and do single sign out its successfully signed out from Idp but the local session for second SP 但是我遇到一个问题,当我连接了两个SP并执行单次注销操作时,它已成功从Idp退出,但是在第二个SP的本地会话中退出了

still exists and able to access the site even after logged out of Idp. 仍然存在,即使退出Idp后也能够访问该站点。

I assume that for each request in SP should validate whether valid session exists in Idp, but I'm unable to find how to do with OpenAM fedlet. 我认为对于SP中的每个请求都应验证Idp中是否存在有效的会话,但是我无法找到如何处理OpenAM fedlet。

Can you please give me some valuable input to signout local session of SP when signout is happened from any other SP. 当从任何其他SP发生注销时,能否请您给我一些有价值的输入来注销SP的本地会话。

Regards Arjun S 关于Arjun S

如果您不使用OpenAM,而仅使用OpenAM Fedlet,那么使用Spring Security SAML扩展可能会更好,因为OpenAM Fedlet比Spring Security SAML扩展需要更多的工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM