Re:[cas-user] Redirect to Intermediary Page After Login

2013-03-18 Thread Gil Victor Teixeira Pinto
Take a look: http://beansgocrazy.blogspot.com.au/2012/11/expiredexpiring-passwords-and-cas.html It's working fine for me.. But, I'm not using LDAP for authentication. I use JDBC instead, to retrieve my account's settings (expire date, user blocked, etc). Gil -- You are currently subscribed to

Re: [cas-user] How to remove a client's cookie after a SSOut?

2013-01-28 Thread Gil Victor Teixeira Pinto
Francisco, destroying the session in the web container works fine for Java client's apps; but for a specific app (iNotes WebMail), i did have to manually erase the client's cookies. After reading whit more attention the CAS doc pageI've fo

Re: [cas-user] How to remove a client's cookie after a SSOut?

2013-01-28 Thread Gil Victor Teixeira Pinto
th=/';" It's working fine... but i know that it's not so secure. However, at the "casLogoutView.jsp" there is a message emphasizing the importance of closing the browser to ensure the process SSOut. On Friday, January 25, 2013 5:21:02 PM UTC-2, Andrew Morga

Re: [cas-user] How to remove a client's cookie after a SSOut?

2013-01-25 Thread Gil Victor Teixeira Pinto
#x27;re not going to be able to. The callback is behind the scenes and > doesn't go through the browser. You won't have access to any cookies. > > Cheers, > Scott > > > On Thu, Jan 24, 2013 at 1:04 PM, Gil Victor Teixeira Pinto < > gil...@gmail.com > wrote:

[cas-user] How to remove a client's cookie after a SSOut?

2013-01-24 Thread Gil Victor Teixeira Pinto
Hello All! I'd like to implement some code (remove a cookie from a client app) after a SSOut request. My SSOut works perfectly, calling the filter: * org.jasig.cas.client.session.SingleSignOutFilter*. Where is the best place to implement this? I would not to change the code in *SingleSignOutFilt

Re: [cas-user] CAS with AJAX

2013-01-09 Thread Gil Victor Teixeira Pinto
Hi Stephen Ii'm experiencing the same issue: after a session timeout (on client's app: spring security + jsf/primefaces) the ajax request are not redirecting to que CAS login page. I've also tried with Omnifaces

Re: [cas-user] Jasig-CAS single sign out issue with Java clients/JBoss

2013-01-09 Thread Gil Victor Teixeira Pinto
Hi Rodrigo, Ii'm experiencing the same issue: after a session timeout (on client's app) the ajax request are not redirecting to que CAS login page. I've also tried with Omnifaces ... How did you s

Re: [cas-user] CAS 3.5.1: Having trouble with Sign-Out

2012-12-27 Thread Gil Victor Teixeira Pinto
Hi, The only difference that i have in my web.xml is the SAML: CAS Single Sign Out Filter org.jasig.cas.client.session.SingleSignOutFilter artifactParameterName SAMLart I've also SAML at: CAS Authentication F

[cas-user] Retrieve attributes (whit Spring Security client application)

2012-11-27 Thread Gil Victor Teixeira Pinto
Hi! I'm trying do get the map of attributes coming frm CAS like: import org.jasig.cas.client.authentication.AttributePrincipal; ... AttributePrincipal principal = (AttributePrincipal) request.getUserPrincipal(); Map attributes = principal.getAttributes(); ... But when I try to

[cas-user] Domino iNotes client - how to create and return LTPA Cookie

2012-11-16 Thread Gil Victor Teixeira Pinto
I'm trying to integrate iNotes following the tutorial: https://github.com/apetro/casify-lotus-domino-inotes/wiki/CasifyDominoLotusiNotes I'm having trouble completing the modifications on the CAS server to generate the LTPA token to be returned to the client (Domino / iNotes web mail). At the fo