Re: [cas-user] TGC timeout issue

2020-06-10 Thread 'Boris P1' via CAS Community
as the TGT is > valid, the cookie is valid. By default, TGC is valid for the session, > maxAge = -1. > There is a most recently used option for TGT, > https://apereo.github.io/cas/6.1.x/ticketing/Configuring-Ticket-Expiration-Policy.html#timeout > > Ray > > On Tue, 2020-

[cas-user] TGC timeout issue

2020-05-12 Thread Boris P1
Good morning, I'am working on the "Remember Me" feature of CAS v5.3. Thanks to the Maven overlay, in order to make the TGT timeout depend on the last service access, i made the Long-Term Ticket Granting Ticket support a TimeoutExpirationPolicy instead of HardTimeoutExpirationPolicy, in the Re

[cas-user] Re: CAS 5.3.7 - Problem for OIDC delegated authentication

2019-05-27 Thread Boris P1
A solution here: https://groups.google.com/a/apereo.org/d/msg/cas-user/6N_CuA0j8mA/xMJjGtXiAgAJ -- - 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

[cas-user] Re: How to disable the delegatedclientid HTTP parameter in a OpenIDConnect?

2019-05-27 Thread Boris P1
I made a proposal of solution here: https://github.com/apereo/cas/pull/3981 following the Maven overlay principle. I precise that all the classes needed via the imports in the Java class DelegatedClientWebflowManager are available thanks to new dependencies added in the pom.xml. Boris. -- - W

[cas-user] Re: CAS 5.3.7 - Problem for OIDC delegated authentication

2019-05-07 Thread Boris P1
Thanks. -- - 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 subscribed to the Google Groups "CAS Community" group. To unsubscribe

[cas-user] Re: CAS 5.3.7 - Problem for OIDC delegated authentication

2019-05-06 Thread Boris P1
Hi Matthieu Borez, Since January, did you find the way to do it because i have the same issue? Boris. -- - 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 thi

[cas-user] How to disable the delegatedclientid HTTP parameter in a OpenIDConnect?

2019-04-29 Thread Boris P1
Good morning all, We are doing the migration of CAS to its 5.3.9 version. The step we are attempting to realize is the authentication delegation with OIDC. Always according to the apereo.github documentation, we implement the CAS overlay template to reach it. Nevertheless, we have recently disco

[cas-user] How to disable the delegatedclientid HTTP parameter in a FranceConnect process?

2019-04-19 Thread Boris P1
Good morning all, We are doing the migration of CAS to its 5.3.9 version. The step we are attempting to realize is the authentication delegation with FranceConnect. Always according to the apereo.github documentation, we implement the CAS overlay template to reach it. Nevertheless, we have recen

[cas-user] How to disable the delegatedclientid HTTP parameter in a France Connect process?

2019-04-19 Thread Boris P1
Good morning all, We are doing the migration of CAS to its 5.3.9 version. The step we are attempting to realize is the authentication delegation with France Connect. Always according to the apereo.github documentation, we implement the CAS overlay template to reach it. Nevertheless, we have rec

[cas-user] Re: CAS 5.3 and CAS 5.2 Delegated Authentication Parameter is differ

2019-04-08 Thread Boris P1
Hi, More easier, depending on the identity provider you are using, for example Google, you have the following config key: cas.authn.pac4j.google.autoRedirect 1 2 3 cas.authn.pac4j.google.autoRedirect See below: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#pac

[cas-user] Re: CAS 5.3 and CAS 5.2 Delegated Authentication Parameter is differ

2019-04-08 Thread Boris P1
Hi, More easier, depending on the identity provider you are using, for example Google, you have the following config key: cas.authn.pac4j.google.autoRedirect 1 2 3 cas.authn.pac4j.google.autoRedirect See below: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#pac

[cas-user] Re: CAS 5.3 and CAS 5.2 Delegated Authentication Parameter is differ

2019-04-08 Thread Boris P1
Hi, More easier, depending on the identity provider you are using, for example Google, you have the following config key: cas.authn.pac4j.google.autoRedirect 1 2 3 cas.authn.pac4j.google.autoRedirect -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas -