Re: [cas-user] About session expiration

2023-06-14 Thread Ray Bon
Gökhan, Perhaps this attribute: cas.tgc.pin-to-session=true See Optional configuration at https://apereo.github.io/cas/6.5.x/authentication/Configuring-SSO.html#configuration Ray On Tue, 2023-06-13 at 12:41 -0700, 'Gökhan Öner (IT)' via CAS Community wrote: Notice: This message was sent from

Re: [cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-14 Thread Ray Bon
Dillon, Do any other services work? You can simplify your service definition. This one will handle any http service: https://github.com/apereo/cas/blob/master/webapp/cas-server-webapp-resources/src/main/resources/services/HTTPSandIMAPS-1001.json The error message is saying that the

Re: [cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-14 Thread Dillon Power
Hi Ray, I was able to see what was wrong with the regex, and you were right about that. However, I'm still getting this error: " The application you attempted to authenticate to is not authorized to use CAS. This usually indicates that the application is not registered with CAS, or its

Re: [cas-user] About session expiration

2023-06-14 Thread Miguel Martínez De Espronceda Cámara
Dear Gokhan, Check this setting: - cas.tgc.pin-to-session=true - When generating cookie values, determine whether the value should be compounded and signed with the properties of the current session, such as IP address, user-agent, etc. By default, when the client changes its IP

[cas-user] java-cas-client 4.2.0 Spring boot Filters are not invoked

2023-06-14 Thread Anu Chandran
Hi Team, I have tried to configure the java-cas-client 4.2.0 version for spring boot application using the following dependency. *org.apereo.cas.client* * cas-client-support-springboot* * 4.2.0* ** And then configured following properties in application.xml using my CAS and application

[cas-user] Re: CAS OIDC Resource Owner Password Grant

2023-06-14 Thread Jeremiah Garmatter
After doing a few tests I can confirm that the OIDC module supports OAuth features including the ROPC grant. See the oauth authentication grants page on the CAS docs for more information: https://apereo.github.io/cas/6.6.x/authentication/OAuth-Authentication.html#resource-owner-credentials I