[cas-user] remember me use

2018-08-27 Thread vallee.romain
Hello, We have migrate from 4.2 to 5.2. Our need is simple, but we can't implement it . We put the option "remember me", with a delay of 6 months ( about). But even following the documentation, it is impossible to have a session maintained for more than a few hours by checking the "remember

[cas-user] CAS 5.3.x Introduces Breaking Change for RequestID in cas-server-support-saml

2018-08-27 Thread Josh G
CAS 5.3.x introduces a breaking change to how RequestIDs are handled when validating SAML Services. *In 5.2.x (and all previous version of CAS), if the RequestID is not present, it will gracefully fail by returning a null value:*

[cas-user] Re: [Cas 5.1.8] Unable to connect to Database for authentication.

2018-08-27 Thread Ranga Nadha
Hi Andy, Thanks, for the reply. I saw that link, but is there any example to implement the encoding and configuring it in the application.properties. Thanks, Pandu Ranga T. On Saturday, 25 August 2018 18:32:28 UTC+5:30, Andy Ng wrote: > > Hi Pandu, > > The requirement of "Custom Password

Re: [cas-user] remember me use

2018-08-27 Thread Ray Bon
Vallee, When you say session, are you talking about the CAS session or the client session? Is it possible to have a cookie that expires when the browser closes and lives for a set time? You can use this to have the cookie expire when the browser closes: cas.tgc.maxAge=-1 I have this note in