shibboleth-sp

glassfish get shibboleth sp attribute on iis

妖精的绣舞 提交于 2019-12-12 03:16:46
问题 I was able to get the information returned by Shibboleth through the program deployed above IIS (code below). <% @ Page Language="C#" %> <% Response.Write("<h3>Server Variables</h3>"); Response.Write("mail= " + Request["mail"] + "<br>"); Response.Write("name = " + Request["name"] + "<br>"); %> However, I can't get the authentication information when I jump to glassfish with the following Settings <httpRedirect enabled="false" destination="https://glassfish.fujitsu.com:8443/info"

How does Single-logout works with OKTA(IDP)-Shibboleth(SP)-App

て烟熏妆下的殇ゞ 提交于 2019-12-08 10:48:53
问题 OKTA-Shibboleth(Apache)-Nakisa(Tomcat) SSO is working for logging-in. Now, I need to configure Logout. So, user logs out from the app, user needs to be redirected to OKTA page with tiles. But, currently,user is redirected to the app again. It's sending user to /logout?redirect=default.html but that default.html is captured by Apache rule and logging user back in. It looks like it needs to hit https://xxxx/Shibboleth.sso/Logout. When I access this url, it says logout is successfully done