Re: [cas-user] Logged user name and logout links in jsp

2014-04-10 Thread Idan Fridman
You could use Spring Security API for this. If your service client is Spring based you can get UserDetails Object from the current Context and find there username,Attributes, etc.. for the logout feature just reference a link to /logout and the service will automatically log out the client. Chec

[cas-user] Logged user name and logout links in jsp

2014-04-10 Thread Andres
Hi, I wanted to show the logged user full name at the page header (top.jsp) and a logout link, but only when the user is logged. How can I check if the user is logged in and his attributes in the jsp? Thank you very much. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@

Re: [cas-user] About the CAS upgrade

2014-04-10 Thread Kelvin Young
Hi Stefan, I can see the login page now , what is the login ID / passwod ? Besides , If I want to use AD as authenication server , would advise the procedure to make it ? thanks 2014-04-10 23:12 GMT+08:00 Stefan Paetow : > Chances are that you haven't deployed it to Tomcat. > > Stop Tomcat,

[cas-user] Talk about cas-server-support-pac4j and pac4j

2014-04-10 Thread Jérôme LELEU
Hi, For those who want to know more about how the authentication delegation works in the cas-server-support-pac4j module, I'll talk about pac4j at Devoxx France next week: http://cfp.devoxx.fr/devoxxfr2014/speaker/e2eefb53e16952d1179ad9781093a6efe272baae/J%C3%A9r%C3%B4me%20Leleu. Best regards,

Re: [cas-user] About the CAS upgrade

2014-04-10 Thread Stefan Paetow
Chances are that you haven't deployed it to Tomcat. Stop Tomcat, copy cas.war into its webapps directory. Remove the old cas directory there (or move it out of the webapps directory), then restart Tomcat. It should deploy CAS and you should be able to log in. Stefan On 9 April 2014 16:56, Kelvi

Re: [cas-user] populating attributes from same source as authentication

2014-04-10 Thread Kevin Foote
On 4/10/14, 7:51 AM, "Robert Oschwald" wrote: > >I think I can abstract the code and provide on GitHub. >The only thing which is not implemented yet is cleanup of the >attributeMap. >As I remove users attribute from the map on a serviceValidate call, I >need to cleanup the map if no serviceValida

Re: [cas-user] Heartbleed Open SSL vulnerability

2014-04-10 Thread Stefan Paetow
It's best to be conservative. Rather that than having your certificates (and everything else) compromised. Stefan On 9 April 2014 20:36, Linda Toth wrote: > We patched our backend servers yesterday and are in the process of > replacing certificates today. > > We did not have openSSL certs for

Re: [cas-user] populating attributes from same source as authentication

2014-04-10 Thread Robert Oschwald
I think I can abstract the code and provide on GitHub. The only thing which is not implemented yet is cleanup of the attributeMap. As I remove users attribute from the map on a serviceValidate call, I need to cleanup the map if no serviceValidate call ever happens for this user to avoid an OOM.

Re: [cas-user] populating attributes from same source as authentication

2014-04-10 Thread Stefan Paetow
Robert, Would you be amenable to releasing that component as open-source? We'd be interested (at Diamond Light Source and Janet) because we also receive a large number of attributes after authentication (via RADIUS and/or SAML). With Regards Stefan On 8 April 2014 17:21, Robert Oschwald wrote

[cas-user] Enable REST API on CAS 4.0.0-RC4

2014-04-10 Thread Germain Souquet
Hi all, I'm kind of new to CAS but today I wanted to enable REST API to try it out on my computer. I've downloaded the very new CAS 4.0.0-RC4 from the Github repo. Then I followed the instructions given here: https://wiki.jasig.org/display/casum/restful+api