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

Re: [cas-user] User Attributes for SAML 2.0

2018-05-22 Thread David Curry
I'm pretty sure that if you enable debug-level logging on org.apereo.services.persondir in */etc/cas/config/log4j2.xml*, you'll see the SQL query in *cas.log*. You can do that most easily by changing this line near the top of the file: warn to: debug You shouldn't even need to restart the

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

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-22 Thread Charles Le Gallic
Ok thanks. Let me know if you can confirm that current native implementation is buggy. Regards, Charles 12, impasse du Malrigou, 31140 Montberon cont...@amoae.com | 06 24 73 04 98 | *amoae.com* Le mer. 23 mai 2018 à 04:46, Christian Poirier

[cas-user] CAS Login Page Cutomization

2018-05-22 Thread Lionel Samuel
We are planning of customizing the CAS login page --- would anyone know of a resource that lists the files for us to update? I'm a bit lost -- as I don't see a master file that builds the login page (it probably me still getting used to the changes from v3 to v5.2)

[cas-user] How to Register Custom Account State Handler in CAS 5.2.4

2018-05-22 Thread UVASIREDDY
Hi, I created CustomAuthenticationResponseHandler with CustomAccountState. I added below to my Properties file. It is throwing AccountState is null error. The Default State Handler doesn't have my Custom Account State.

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-22 Thread Christian Poirier
Hi Charles Yes I did, but with my own development and my properties. I will check if I can implement with Client Access Strategy by implementing my own SPNEGO Service Access Strategy Christian Poirier Mobile: 418-473-2824 2018-05-22 1:58 GMT-04:00 Charles Le Gallic : > Hi

[cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-22 Thread Fahmi L. Ramdhani
Okay. I will try again and will share the results on this topic. Thank you. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are

[cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-22 Thread Fahmi L. Ramdhani
Hello, After I tried the guide from https://dacurry-tns.github.io/deploying-apereo-cas, overall setup no problem. My virtual address at https://cas.example.org:8443/cas/login # cd mycas # ./mvnw clean package # sudo sh ./cassrv-tarball.sh (result is success) # sudo sh ./cassrv-install.sh

Re: [cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-22 Thread Fahmi L. Ramdhani
Okay. I will try again and will share the results on this topic. Thank you. Pada Rabu, 23 Mei 2018 05.33.37 UTC+7, David Curry menulis: > > Check the Tomcat log file (catalina.out) for errors. You should see it > starting up the CAS service, etc. Also check the CAS log file. > > > David A.

Re: [cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-22 Thread Fahmi L. Ramdhani
Okay. I will try again and will share the results on this topic. Thank you. 2018-05-23 5:33 GMT+07:00 David Curry : > Check the Tomcat log file (catalina.out) for errors. You should see it > starting up the CAS service, etc. Also check the CAS log file. > > > David A.

Re: [cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-22 Thread David Curry
Check the Tomcat log file (catalina.out) for errors. You should see it starting up the CAS service, etc. Also check the CAS log file. David A. Curry, CISSP Director of Information Security The New School - Information Technology 71 Fifth Ave., 9th Fl. ~ New York, NY 10003 +1 212 229-5300 x4728

Re: [cas-user] Service Manager question

2018-05-22 Thread Sam Erie
So I tried putting in a simple test.war that I know can be served from my local version of tomcat. When I use cas with ./build.sh run I am able to access the cas webapp from my browser. After the build I have tried putting test.war into /cas-overlay-template/target/test.war by the cas.war. I also

Re: [cas-user] User Attributes for SAML 2.0

2018-05-22 Thread Ray Bon
John, You may be able to set 'show_sql' for hibernate. CAS properties has 'Hibernate-specific properties' but I have not used this. Ray On Tue, 2018-05-22 at 10:18 -0700, John D Giotta wrote: My "username" column is called email, but even with your suggestions I still get the following DEBUG

Re: [cas-user] User Attributes for SAML 2.0

2018-05-22 Thread John D Giotta
My "username" column is called email, but even with your suggestions I still get the following DEBUG output in logs. Found [0] attributes for principal [jdgio...@gmail.com] from the attribute repository. This is why I think there something wrong with the query. Log level is set to debug, but

Re: [cas-user] User Attributes for SAML 2.0

2018-05-22 Thread David Curry
So, you have cas.authn.attributeRepository.jdbc[0].username=email in *cas.properties*? I didn't see it in the ones you copied/pasted earlier. Dumb question, but if you connect to the database using the same user and password that you have CAS configured to use, and you run SELECT * FROM