[cas-user] CAS services set for SSO enabled false still create TGT

2014-06-19 Thread Ted Fisher
I thought I had asked this question before and never gotten around to responding to results, but I can't find anything in my mail history or archives. Pardon me if this is redundant. I have a CAS client that I want to not participate in SSO so I have the service set with "ssoEnabled":false. As

[cas-user] irenwjg 自动回复: re:[cas-user] java cas client redirect loop; client not logging

2014-06-19 Thread irenwjg
淇′欢宸茬跺�帮�浼�灏藉揩澶��� This is an automatic reply, confirming that your e-mail was received.Thank you ���绠变娇��ㄥ�绀� ��宠�╁�规�规�村剁颁浠讹�浠ヨ��璇���"瀵规�规哄��@163.com"��� ��浜寮锛�杩���淇

re:[cas-user] java cas client redirect loop; client not logging

2014-06-19 Thread Nick
Got a quick update, hopefully this helps someone out in the future. The log4j configuration I set up (see my original post) does not function with cas-client-3.3.1.jar. I switched to cas-client-3.2.1.jar and logging started working with no further changes made. Anyway, the CAS client logs confi

[cas-user] irenwjg 自动回复: Re: [cas-user] Detect application change

2014-06-19 Thread irenwjg
淇′欢宸茬跺�帮�浼�灏藉揩澶��� This is an automatic reply, confirming that your e-mail was received.Thank you ���绠变娇��ㄥ�绀� ��宠�╁�规�规�村剁颁浠讹�浠ヨ��璇���"瀵规�规哄��@163.com"��� ��浜寮锛�杩���淇

Re: [cas-user] Detect application change

2014-06-19 Thread KaTeLmE
The links above are valid for 3.4 too. The only changes are that RegisteredService class dont have logoutType, requiredHandler attributeFilter properties. Old docs: https://wiki.jasig.org/pages/viewpage.action?pageId=6620057 So... filtering is available through cas management webapp or in if you

Re: [cas-user] Authentication manager without principal resolver

2014-06-19 Thread Guillaume Rousse
Le 18/06/2014 22:46, Misagh Moayyed a écrit : http://jasig.github.io/cas/development/installation/Configuring-Authentica tion-Components.html That's precisely the page I'm refering to from the beginning, and need to be corrected. -- Guillaume Rousse INRIA, Direction des systèmes d'information

Re:[cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-19 Thread Jonathan
Thanks for taking the time to look into this issue. I'll keep digging to see if I'm doing anything wrong. Thanks. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display

Re: [cas-user] How to implement Remember me feature with CAS

2014-06-19 Thread Jérôme LELEU
Hi, The documentation for remember-me: https://wiki.jasig.org/display/CASUM/Remember+Me. Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org 2014-06-18 19:13 GMT+02:00 : > Hi Every

RE: [cas-user] Authentication manager without principal resolver

2014-06-19 Thread Misagh Moayyed
See: http://jasig.github.io/cas/development/installation/Configuring-Authentica tion-Components.html > -Original Message- > From: Guillaume Rousse [mailto:guillaume.rou...@inria.fr] > Sent: Wednesday, June 18, 2014 3:15 AM > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] Authentica

RE:[cas-user] CAS: LDAP/AD Config for 4.0

2014-06-19 Thread Nancy Snoke
I'm cutting and pasting this from notes on how I got this to work including my complete section on how to get and save the certificates in the right place. I was writing it up so that others could repeat what I did without having to ask me question so it may give too many details or read funny

[cas-user] Unable to configure Remember Me

2014-06-19 Thread Yogesh Ranganath
Hi! Im trying to configure "remember Me" for my CAS 3.4.1 server. I have followed the steps given here https://wiki.jasig.org/display/CASUM/Remember+Me For testing purpose I have set small expiry for Standard = 1 Min and Remember Me = 5 min my ticketExpirationPolicies.xml

[cas-user] How to implement Remember me feature with CAS

2014-06-19 Thread chitra . thambirajan
Hi Everyone,I use CAS for SSO with my Java app and Drupal. It is working fine. I need to implement "Remember me" functionality with my CAS setup.I have no idea on how to do.Can any one help me...Thanks Chitra Chitra Thambirajan | Software Engineer Mob :+91-9003078393 Mail: chitra.thambira...@iope

Re: [cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-19 Thread Jérôme LELEU
Hi, Indeed, a logger.error would have been appreciated in the "catch (TicketException" part. Yes, the "restore" methods are the ones the comment is referring to. And they are called before the exception is thrown: all parameters should be restored. I've spent some time to perform a full test and

[cas-user] Redirecting to a page after logging out of CAS, should service param value be hardcoded..?

2014-06-19 Thread Puneet Goyal
Hi , I want to redirect user to a different page after user hits logs out of CAS. Here I understand that on CAS's end I have to set p:followServiceRedirects="true" for logoutController , and I have to send logout redirect URL as service parameter (url encoded) i.e. http://hostname/cas/logou

[cas-user] "Gradle overlay"

2014-06-19 Thread Jérôme LELEU
Hi, To build your own CAS server, the best way is to use a Maven overlay: http://jasig.github.io/cas/4.0.0/installation/Maven-Overlay-Installation.html . Though, if you use Gradle, you should read this post: http://tstacked.blogspot.fr/2013/06/gradle-war-overlay-plugin.html. Best regards, Jérôm

Re: [cas-user] CAS: Example of LDAP authentication for CAS 4.0?

2014-06-19 Thread Daniel Fisher
On Wed, Jun 18, 2014 at 2:49 AM, Zac Harvey wrote: > And I guess, more importantly, I'm deploying a cas.war in Tomcat, and I have > Tomcat's conf/server.xml file already looking in a custom keystoreFile that > is located under /etc/cas/cas.jks. In this keystore is the SSL cert that I > want CA

[cas-user] Unable to configure Remember Me with CAS

2014-06-19 Thread chitra . thambirajan
Hi EveryoneIm trying to configure "remember Me" for my CAS 3.4.1 server. I have followed the steps given here https://wiki.jasig.org/display/CASUM/Remember+MeFor testing purpose I have set small expiry for Standard = 1 Min and Remember Me = 5 min my ticketExpirationPolicies.xml                 

Re: [cas-user] Detect application change

2014-06-19 Thread Philippe Vandenhove
Unfortunately we use the 3.4.7. Is there another way to apply a filter with this version ? We can't return all to all applications without a filter (security). Regards, 2014-06-18 13:45 GMT+02:00 KaTeLmE : > Then i suggest you to return all and organize your roles. > > In cas4 you can specify