[cas-user] mod_auth_cas: Chrome Logout Not Working

2014-08-04 Thread Joshua Brodie
Hi: Sequence of events taken: 1) User clicks on logout 2) Browser stays on application - delete all cookies related to the domain 3) Browser redirects to CAS logout page 4) User returns to application URL In Firefox and IE, the user has to re-authenticate when returning to application (expected

RE: [cas-user] password manager

2014-08-04 Thread Reissig, Maryann S.
https://github.com/Unicon/cas-password-manager I want to add that to my existing cas setup so that if a user forgets their password, they can reset it inside our system, and I want to know if there are instructions out there on how to integrate that or if I have to redeploy the whole thing. Do

Re: [cas-user] Issues with deploying LDAP-based Service Registry (4.0.0)

2014-08-04 Thread Vallee Romain
hello, can you show me your cas.properties please ? 2014-08-04 19:32 GMT+02:00 David A. Kovacic : > We have been trying to get the LDAP service registry running on CAS 4.0.0 > by fleshing out the beans given in the 4.0.0 documentation. Essentially > what we've done is create the pooledLdapConn

Re: [cas-user] password manager

2014-08-04 Thread Marvin Addison
> Does anyone know if there are instructions for integrating the password > manager into an existing cas install? Not sure what you're asking about. CAS 4 ships with support for password expiration workflows, but has no facilities for password management. In other words it can help inform the us

[cas-user] password manager

2014-08-04 Thread Maryann Reissig
Hello - Does anyone know if there are instructions for integrating the password manager into an existing cas install? Is this possible, or do you have to recreate your setup? Thanks! -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, chan

[cas-user] Issues with deploying LDAP-based Service Registry (4.0.0)

2014-08-04 Thread David A. Kovacic
We have been trying to get the LDAP service registry running on CAS 4.0.0 by fleshing out the beans given in the 4.0.0 documentation. Essentially what we've done is create the pooledLdapConnectionFactory and searchRequest properties using our LDAP authentication setup as a template. The ldapServi

Re: [cas-user] Get Existing TGT At the time Authentication

2014-08-04 Thread Jérôme LELEU
Hi, This is the normal behaviour: every time you submit credentials successfully to the REST API, you get a new TGT, on which you should base your subsequent requests (to get ST for example). Here is the official documentation: http://jasig.github.io/cas/4.0.0/protocol/REST-Protocol.html. Best r

[cas-user] Get Existing TGT At the time Authentication

2014-08-04 Thread Santosh kumar
I want to get Existing token at the time login using Rest Api.But it generate new ticket for every time login with same crediantial. I need same token for same crediantial. If tikect is not Validate, then it should generate new Ticket otherwise it should return same ticket. Please Give the solut