Re: [cas-user] A bug with throttling in cas 6.5.1 ?

2022-05-06 Thread qla3fa
6.6.0). Thanks. Best regards, Jérôme Le ven. 6 mai 2022 à 15:55, qla3fa a écrit : Hi,     No it still doesn't work in my 6.5.2 install.     Like you, with 6.4.6.1 it work correctly. And in my 6.5.2 install, I comment these 3 cas.authn.throttle.xxx directive too... Qu

Re: [cas-user] A bug with throttling in cas 6.5.1 ?

2022-05-06 Thread qla3fa
again #cas.authn.throttle.failure.threshold=1 #cas.authn.throttle.failure.code=AUTHENTICATION_FAILED #cas.authn.throttle.failure.range-seconds=3 Did you manage to make it work in 6.5.x? -Frederic On Fri, Mar 25, 2022 at 10:24 AM qla3fa wrote: Hi, I try to upgrade my CAS from v6.4.6.1 to

[cas-user] A bug with throttling in cas 6.5.1 ?

2022-03-25 Thread qla3fa
Hi, I try to upgrade my CAS from v6.4.6.1 to 6.5.1. The configuration who was ok with v6.4 don't work in 6.5.1... I load these modules : implementation "org.apereo.cas:cas-server-support-throttle-bucket4j:${project.'cas.version'}" implementation "org.apereo.cas:cas-server-support-throttle:$

Re: [cas-user] Attribute rename/remap at service definition level

2020-10-07 Thread qla3fa
Hi Emilian,     Yes it's work for me. My CAS server is in v6.2. I define a rename attribute in services with class ReturnMappedAttributeReleasePolicy :  "attributeReleasePolicy" : {     "@class" : "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy",     "allowedAttributes" : {  

[cas-user] Try to install CAS with overlay method

2020-08-26 Thread qla3fa
Hi, I'm trying to install CAS with the overlay method with gradle on CentOS8. I deploy cas-overlay-template directory with git command. I want LDAP authentication, so I add the module cas-server-support-ldap. My gradle.properties file is : # Versions cas.version=6.2.1 springBootVersion=2.3.3

Re: [cas-user] CAS 5.2 - OIDC and attribute release

2020-06-09 Thread qla3fa
ser could not be set Best regards, QLA. Le 09/06/2020 à 09:18, Jérôme Steve a écrit : So, what is your client OIDC application configuration ? Have you configured the scope ? Le lun. 8 juin 2020 à 18:23, qla3fa <mailto:qla...@gmail.com>> a écrit : Thanks for your response.

Re: [cas-user] CAS 5.2 - OIDC and attribute release

2020-06-08 Thread qla3fa
have sn and email in your attribute repository ? Le lun. 8 juin 2020 à 16:37, qla3fa <mailto:qla...@gmail.com>> a écrit : Hi, I try to configure OIDC with CAS 5.2. I added module "cas-server-support-oidc" and the config with lines : # Configuration OIDC cas.

[cas-user] CAS 5.2 - OIDC and attribute release

2020-06-08 Thread qla3fa
Hi, I try to configure OIDC with CAS 5.2. I added module "cas-server-support-oidc" and the config with lines : # Configuration OIDC cas.authn.oidc.issuer=https://my-url.com/cas/oidc cas.authn.oidc.skew=5 cas.authn.oidc.jwksFile=file:/etc/cas/keystore.jwks cas.authn.oidc.jwksCacheInMinutes=60 c