single-logout

Unable to redirect to Spring application page after logout from CAS Server

ε祈祈猫儿з 提交于 2019-12-25 00:29:57
问题 I'm trying singleLogout from Spring boot application using CAS server.I'm able to logout from Spring application and CAS server but I want to redirect to my custom logout page of spring application https://applicationip:port/application/logoutsuccesspage rather than CAS logout page i.e. https://casserverip:port/cas/logout 回答1: Documentation is your friend. Quoting from official docs: Per the CAS Protocol, the /logout endpoint is responsible for destroying the current SSO session. Upon logout,

CAS Database Authentication is not working

こ雲淡風輕ζ 提交于 2019-12-23 15:12:17
问题 Continuation of my earlier question. I'm working on CAS 5 to modify according to my needs. With help of CAS tutorial now I've done customized authentication. Now I've added below dependency to pom.xml to connect to database by following link. <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-jdbc</artifactId> <version>${cas.version}</version> </dependency> And added database authentication properties in application.properties cas.authn.jdbc.query[0].sql=some query

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