如何清除Shibboleth会话

时间:2016-06-27 09:07:10

标签: javascript angularjs electron shibboleth

我使用angularjs创建了一个Web应用程序。我在登录控制器上集成了Shibboleth for Authentication。我知道可以通过cookie概念清除会话。

我正在使用Electron Packager从我的Web应用程序创建一个客户端应用程序。要将Web应用程序转换为客户端应用程序,所以我没有在angularjs开发中使用Cookie。

我对Electron Packager不太了解。我不知道如何清除Shibboleth身份验证的会话

请任何人帮助我!!!

提前致谢!!!

1 个答案:

答案 0 :(得分:1)

假设Shibboleth SP至少配置为本地注销,您需要重定向到/Shibboleth.sso/Logout

请参阅https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPServiceLogout