Re: [cas-user] CAS Logout Issue

2020-03-24 Thread Ramakrishna G
Hi Maksim, Yes I had resolved this problem. I had specified logoutType & logoutUrl in service file. { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(https|http)://.*", "name" : "testId", "id" : 1, "logoutType" : "BACK_CHANNEL", "logoutUrl" : "https://ba

Re: [cas-user] CAS Logout Issue

2020-03-24 Thread 'Maksim Kopeyka' via CAS Community
Hi Ramakrishna, Did you solve your issue? I have the same problem with SSL session which is alive after backchannel logout. On Wednesday, May 23, 2018 at 2:32:41 PM UTC+3, Ramakrishna G wrote: > > Ok Ray. Thanks for your help!! > > Anyone who has worked on Mod_auth_cas along with CAS server pls

Re: [cas-user] CAS Logout Issue

2018-05-23 Thread Ramakrishna G
Ok Ray. Thanks for your help!! Anyone who has worked on Mod_auth_cas along with CAS server pls guide me. My issue is MOD_AUTH_CAS_S cookie is not removed from browser after logout. Thanks Ramakrishna G On Tue, May 22, 2018 at 9:53 PM, Ray Bon wrote: > Ramakrishna, > > This now sounds like an i

Re: [cas-user] CAS Logout Issue

2018-05-22 Thread Ray Bon
Ramakrishna, This now sounds like an issue on the client side. I have not used mod_auth_cas. Try debugging it and your client for how they handle the logout request. Ray On Tue, 2018-05-22 at 15:41 +0530, Ramakrishna G wrote: Ray, I was able to solve the ssl issue using open_sll. Now I am usin

Re: [cas-user] CAS Logout Issue

2018-05-22 Thread Ramakrishna G
Ray, I was able to solve the ssl issue using open_sll. Now I am using https at both end with valid certificate. But my original problem of cas not logging out still persist. On Sat, May 19, 2018 at 4:51 PM, Ramakrishna G wrote: > Ray, > > I configured ssl as advised by you. Now I have a differ

Re: [cas-user] CAS Logout Issue

2018-05-19 Thread Ramakrishna G
Ray, I configured ssl as advised by you. Now I have a different issue. When I use CASValidateURL with https url I get this Unauthorized error. If i remove https it works but logout issue still persist Unauthorized This server could not verify that you are authorized to access the document reque

Re: [cas-user] CAS Logout Issue

2018-05-19 Thread Ramakrishna G
Ray, I configured ssl as advised by you. Now I have a different issue. When I use CASValidateURL with https url I get this error. If i remove https it works but logout issue still persist Unauthorized This server could not verify that you are authorized to access the document requested. Either y

Re: [cas-user] CAS Logout Issue

2018-05-18 Thread Ray Bon
Ramakrishna, During log out when CAS contacts your service (where mod_auth_cas is), it does so with https. You need to install the custom certificate that is on your service into the jvm running CAS. sudo keytool -import -file ${certName} -alias ${aliasName} -keystore $JAVA_HOME/jre/lib/securi

Re: [cas-user] CAS Logout Issue

2018-05-17 Thread Ramakrishna G
Ray, Let me explain you my architecture. I have a CAS client (mod_auth_cas) which redirects to NGINX Load Balancer. The nginx forwards to one of the active CAS Server. Do I need to install certificates on all CAS Server? User request to Mod_auth_cas via HTTPS but I am doing ssl stripping for inte

Re: [cas-user] CAS Logout Issue

2018-05-17 Thread Ray Bon
Ramakrishna, Add this to the log config: The above may produce a lot of messages. It looks to be a problem with CAS contacting your client. It could be a certificate issue. I guess you created a certificate since it is on a 192 ip. Did you add the certificate to the java key store? If

Re: [cas-user] CAS Logout Issue

2018-05-16 Thread Ramakrishna G
Hi Ray, As said by you, I enabled logs and this is the output 2018-05-17 11:50:46,479 INFO [org.apereo.cas.logout.DefaultLogoutManager] - 2018-05-17 11:50:46,501 DEBUG [org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler] - https://192.168.111.12:8443/,originalUrl=https://192.168.111.

Re: [cas-user] CAS Logout Issue

2018-05-15 Thread Ray Bon
Ramakrishna, If the TGT is destroyed, then that SSO session is also destroyed even if the TGC is not (why TGC is not removed is odd). If you are still logged in to the client application, your client may not be part of single log out (SLO). It is up to the client to manage its own session. When

Re: [cas-user] CAS Logout Issue

2018-05-15 Thread Ramakrishna G
On Clicking logout which calls the cas/logout link : WHO: casuser WHAT: TGT-1-*CPmWzMzi-I-client ACTION: TICKET_GRANTING_TICKET_DESTROYED APPLICATION: CAS WHEN: Tue May 15 15:45:17 IST 2018 CLIENT IP ADDRESS: 192.168.111.12 SERVER IP ADDRESS

Re: [cas-user] CAS Logout Issue

2018-05-12 Thread Ramakrishna G
Yes it is redirected to logout page, yet cookies is not removed. When I refresh it redirects to application with valid ticket instead of redirecting to login page. On Fri, May 11, 2018 at 8:39 PM, Ray Bon wrote: > Ramakrishna, > > If the browser is redirected to /cas/logout, the cookies will/sh

Re: [cas-user] CAS Logout Issue

2018-05-11 Thread Ray Bon
Ramakrishna, If the browser is redirected to /cas/logout, the cookies will/should be removed. Ray On Fri, 2018-05-11 at 19:30 +0530, Ramakrishna G wrote: Hello Team, On logout CAS cookies are not removed from browser. I need to forcefully clear. What might be the reason? Thanks Ramakrishna G