RE: [cas-user] CAS session management - Ticket Expiration Policies - CAS 6.5

2023-06-22 Thread 'Niral Kunadia' via CAS Community
Ray, If I refresh page cas keep login information and it stayed on same page with profile info, but in browser at end of the url, I click and enter it is sending me to login page again and log me out. This behavior is only with 6.6, our 6.5 version is working as expected and not sending me to

Re: [cas-user] CAS 6.6.8 - Authenticate using AD

2023-06-22 Thread Jérémie
Indeed this worked way better, thanks ! Le mercredi 21 juin 2023 à 19:04:44 UTC+2, Jason Everling a écrit : > Try authenticated type instead, > > cas.authn.ldap[0].type=AUTHENTICATED > cas.authn.ldap[0].bindDn=YOUR_BIND_DN, Can be upn format as well instead > of full dn >

[cas-user] OAuth and CAS Protocols

2023-06-22 Thread Wickham, Jeremy
I am currently developing a mobile application for our university. Right now, I have implemented authentication using the OAuth2 protocol to take advantage of the use of the refresh token to limit the user having to log into the app. My question is once a user has successfully logged via the

Re: [EXT] Re: [cas-user] CAS 6.6.8 - Authenticate using AD

2023-06-22 Thread Pablo Vidaurri
both formats are fine for Spring... cas.authn.ldap[0].base-dn cas.authn.ldap[0].baseDn On Thursday, June 22, 2023 at 9:30:27 AM UTC-5 oneill wrote: > It looks like you have a mix of different formats for property names. > > Can you share your current properties? > > > > You have some older

Re: [cas-user] CAS session management - Ticket Expiration Policies - CAS 6.5

2023-06-22 Thread Ray Bon
Niral, I think that is OK. The default page is only to make sure cas is set up correctly. You can change the default https://apereo.github.io/cas/6.6.x/authentication/Configuring-SSO.html#default-service Set up an application to use cas for authentication and the cas sso session will persist.

RE: [cas-user] CAS session management - Ticket Expiration Policies - CAS 6.5

2023-06-22 Thread 'Niral Kunadia' via CAS Community
Ray, It is cas default login page. https://stage.eclkc.info/cas/login. After refresh it is sending me again this login page. From: cas-user@apereo.org On Behalf Of Ray Bon Sent: Thursday, June 22, 2023 10:20 AM To: cas-user@apereo.org Subject: Re: [cas-user] CAS session management - Ticket

RE: [EXT] Re: [cas-user] CAS 6.6.8 - Authenticate using AD

2023-06-22 Thread 'Tom O'Neill' via CAS Community
It looks like you have a mix of different formats for property names. Can you share your current properties? You have some older names mixed with some current names. For example, after reviewing your original message, the ‘base DN’ property should be ‘cas.authn.ldap[0].base-dn’ and not

Re: [cas-user] CAS session management - Ticket Expiration Policies - CAS 6.5

2023-06-22 Thread Ray Bon
Niral, Is the page you are refreshing the cas default login page or is it a page in your client application? Can you post the URL when you land on the cas login page after a refresh? Ray On Wed, 2023-06-21 at 19:34 +, 'Niral Kunadia' via CAS Community wrote: Notice: This message was sent