[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2024-04-26 Thread Pablo Vidaurri
Thank you for the link. I have reviewed, made slight modification to use AzureAdProfile.class instead of OidcProfile.class. So far looking much better. I appreciate the assist! -psv On Thursday, April 25, 2024 at 6:08:58 AM UTC-5 flo13270 wrote: > Hello, > Yes, I solved the problem by

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2024-04-25 Thread flo13270
Hello, Yes, I solved the problem by modifying the file support/cas-server-support-pac4j-core-clients/src/main/java/org/apereo/cas/support/pac4j/serialization/DelegatedClientJacksonModule.java https://github.com/apereo/cas/pull/5626/files Hope it works for you too Le jeudi 18 avril 2024 à

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2024-04-17 Thread Pablo Vidaurri
Did you get around this issue. Facing the same problem with Azure AD delegation but I'm using Postgres not Mongo. Looks like perhaps when user profile is being saved to the session it may end up getting encrypted. On the saveAll, I see user profile in logs as plain text. But when reading user

[cas-user] Re: CAS 6.4.x - If Duo Auth active, TGC cookie is not saved

2023-12-16 Thread JakubFr
It seems to behave the same way in version 6.6.4. Dne sobota 16. prosince 2023 v 10:01:22 UTC+1 uživatel JakubFr napsal: > Hello. > On my CAS instance, I have set up the DUO library for multifactor > authentication. > > However, the problem is that after a successful login the TGC cookie is >

[cas-user] Re: CAS 6.4.x, windows only Bind exception on cas.properties

2023-12-06 Thread Yan Zhou
well, figured out after careful reading of the console logs. I accidentally deleted the temp folder under tomcat, the initial start-up failed. Yan On Wednesday, December 6, 2023 at 11:02:45 AM UTC-5 Yan Zhou wrote: > Hi there, > > this is very odd, but I cannot figure this out. I am

[cas-user] Re: Cas 6.4 issue with material.io with js issue in embedded browsers

2023-06-13 Thread Weston
Vaibhav, I'm curious if you ever found a solution to this issue. Thank you, Weston On Wednesday, February 9, 2022 at 7:14:38 PM UTC-6 Vaibhav Narula wrote: > Hi All, > > has anyone else seen issue with the material.io with the embedded > browsers majorly with palo alto vpn . > > the popup

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2023-03-30 Thread Juan Manuel Díaz Nevado
hi, nope, we continue using redis for tickets registry and move to cas 6.6 now, but not try again with mongo due to we are happy with redis performance. Cheers. El miércoles, 29 de marzo de 2023 a las 16:15:00 UTC+2, floria...@gmail.com escribió: > Hi, > We encounter a similar problem. > >

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2023-03-29 Thread flo13270
Hi, We encounter a similar problem. Migration from CAS 5.3 (with Redis) to CAS 6.6 (with Mongo) broke the logout of users authenticated through OIDC. ("class java.lang.String cannot be cast to class org.pac4j.core.profile.UserProfile") Did you finally succeed in fixing it while still using

[cas-user] Re: CAS 6.4 OIDC JWKS missing key fields?

2023-03-07 Thread Guillaume EGRON
Hi, we had a similar issue a few weeks ago with https://github.com/bigbluebutton/greenlight. We generated a new JWKS file using the generate-oidc-jwks command available in https://apereo.github.io/cas/6.6.x/installation/Configuring-Commandline-Shell.html Guillaume Le mardi 7 mars 2023 à

Re: [cas-user] Re: CAS 6.4 / Netty errors

2022-01-07 Thread hakim yahiaoui
I don't see any conflict. But i found a solution. Until now, i was running CAS application with the tomcat of the distrib Debian 9. I tried to download from web and install apache tomcat 9 and it's working. i think i will stay like this. Thanks Le vendredi 7 janvier 2022 à 04:11:33 UTC+1,

Re: [cas-user] Re: CAS 6.4 / Netty errors

2022-01-06 Thread Daniel Fisher
On Thu, Jan 6, 2022 at 10:03 AM hakim yahiaoui wrote: > thank you for your reply > For the baseDn, it seems that Netty does'nt get the value for this > parameter but it doesn't seem to be the problem. > In the LDAP logs on LDAP server, i don't see any connection (not even in > error). > > The

[cas-user] Re: CAS 6.4 / Netty errors

2022-01-06 Thread hakim yahiaoui
thank you for your reply For the baseDn, it seems that Netty does'nt get the value for this parameter but it doesn't seem to be the problem. In the LDAP logs on LDAP server, i don't see any connection (not even in error). The problem is with the class netty-transport-4.1.65.Final.jar . When i

[cas-user] Re: CAS 6.4 / Netty errors

2022-01-06 Thread Pablo Vidaurri
Also, try removing cas.authn.ldap[0].providerClass=org.ldaptive.provider.unboundid.UnboundIDProvider I recall I was using this once, then removed it after an upgrade. On Thursday, January 6, 2022 at 5:27:22 AM UTC-6 hakim yahiaoui wrote: > Hi, > > I try to install a version 6.4 (apereo overlay

[cas-user] Re: CAS 6.4 / Netty errors

2022-01-06 Thread Pablo Vidaurri
Your log shows: baseDn=null Looks like it's not picking up your value from your config. On Thursday, January 6, 2022 at 5:27:22 AM UTC-6 hakim yahiaoui wrote: > Hi, > > I try to install a version 6.4 (apereo overlay with gradle). > > When i set the ldaps (636) configuration, the application

Re: [cas-user] Re: CAS 6.4

2021-12-13 Thread Jeffrey Ramsay
Ray, Thanks for following up on this. I was able to resolve this issue and posted an update. The two issues I encountered were 1) an additional repository was required to find the libraries used for radius and 2) the newer bcprov library used in 6.4 is missing a key component. CAS builds

Re: [cas-user] Re: CAS 6.4

2021-12-13 Thread Ray Bon
Jeffrey, This looks like a library conflict. You can exclude the older library. See https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html To find the library details ./gradlew dependencies Ray On Sun, 2021-12-12 at 09:17 -0500, Jeffrey Ramsay wrote: Notice: This

[cas-user] Re: CAS 6.4

2021-12-12 Thread Jeffrey Ramsay
Can anyone help me resolve this? 2021-12-12 09:11:49,787 ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] - java.lang.NoClassDefFoundError: org/bouncycastle/asn1/DERObjectIdentifier at java.lang.Class.forName0(Native Method) ~[?:?] at

[cas-user] Re: CAS 6.4

2021-12-11 Thread Jeffrey Ramsay
I added some additional repositories and that solved the problem. maven { url "https://maven.repository.redhat.com/ga/; } maven { url "https://repo1.maven.org/maven2/; } -Jeff On Sat, Dec 11, 2021 at 10:54 AM Jeffrey Ramsay wrote: >

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-11-04 Thread Baba Ndiaye
Bonjour @jérémie j'ai vu que tu as pu avancer avec LDAP je suis étudiant et je suis entrain d'intégrer l'authentification par CAS pour Moodle mais à chaque fois j'ai cette erreur Application non autorisée à utiliser CAS j'ai ajouté la dependence json sur le fichier build.gradle cas.properties

[cas-user] Re: CAS 6.4.x not working on Tomcat 10

2021-09-11 Thread Hal Deadman
https://github.com/spring-projects/spring-boot/issues/22414 Don't expect any app using Spring Boot 2.x (e.g. CAS 6.4) to work on Tomcat 10. On Wednesday, September 8, 2021 at 3:01:48 PM UTC-4 Pablo Vidaurri wrote: > Have you included dependency this into your cas gradle file: > >

[cas-user] Re: CAS 6.4.x not working on Tomcat 10

2021-09-08 Thread Pablo Vidaurri
Have you included dependency this into your cas gradle file: implementation "org.apereo.cas:cas-server-webapp:${project.'cas.version'}" On Wednesday, September 8, 2021 at 8:41:16 AM UTC-5 Jakub Fridrich wrote: > Hi all. > I'm tried deployed WAR file on Tomcat 10.0.10, but its not working. If I'

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2021-08-26 Thread Juan Manuel Díaz Nevado
Hi, in my test i realize that there is some interaction with mongo registry tickets. When I set default tickets registry or now redis ticket registry there is no problem in logout, but mongo log is set in debug and no messages are displayed. Maybe i need to put on debug some other module than

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-23 Thread Jérémie Pilette
Hi, I have found the problem. It was an ACL problem. I had a rule which blocked the access. I have fixed it and now all is correct. Thank you for your helps Bartosz Nitkiewicz and Ray Bon. Jérémie Le lundi 22 mars 2021 à 18:49:12 UTC+1, Jérémie Pilette a écrit : > Bartosz Nitkiewicz > I am

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Jérémie Pilette
Bartosz Nitkiewicz I am using AJP connection between Apache2 and tomcat9. Apache 2 is the front with TLS connetion. Le lundi 22 mars 2021 à 17:09:55 UTC+1, Bartosz Nitkiewicz a écrit : > Shouldn't you add keystore for SSL/TLS authentication? > like: > >

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Bartosz Nitkiewicz
Shouldn't you add keystore for SSL/TLS authentication? like: cas.authn.ldap[0].keystore=file:/etc/cas/config/keystore.jks cas.authn.ldap[0].keystorePassword=password cas.authn.ldap[0].keystoreType=PKCS12 You should add your signed certificate to main JAVA keystore poniedziałek, 22 marca 2021 o

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Jérémie Pilette
Yes I am using Start-tls cas.authn.ldap[0].use-start-tls=true Le lundi 22 mars 2021 à 16:53:36 UTC+1, Bartosz Nitkiewicz a écrit : > Maybe your LDAP server have to be authenticated through SSL/TLS (LDAPS)? > > poniedziałek, 22 marca 2021 o 16:25:41 UTC+1 Jérémie Pilette napisał(a): > >> It seems

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Jérémie Pilette
It doesn't change anything with this two lines added ... :o( Le lundi 22 mars 2021 à 16:17:58 UTC+1, Bartosz Nitkiewicz a écrit : > implementation is ok > > Try to add > cas.authn.ldap[0].name=adYourName > cas.authn.ldap[0].order=0 > > poniedziałek, 22 marca 2021 o 16:13:17 UTC+1 Jérémie

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Jérémie Pilette
Here my log from tomcat : catalina.out [2021-03-22 16:17:01] [info] #033[32m2021-03-22 16:17:01,729 INFO [org.apereo.cas.authentication.DefaultAuthenticationManager] - <[LdapAuthenticationHandler] exception details: [Invalid credentials].>#033[m [2021-03-22 16:17:01] [info] #033[32m2021-03-22

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Bartosz Nitkiewicz
implementation is ok Try to add cas.authn.ldap[0].name=adYourName cas.authn.ldap[0].order=0 poniedziałek, 22 marca 2021 o 16:13:17 UTC+1 Jérémie Pilette napisał(a): > > Yes I have : > compile "org.apereo.cas:cas-server-support-ldap:${project.'cas.version'}" > > But i have seen that instead of

[cas-user] Re: CAS 6.4 - Impossible to authenticate with LDAP

2021-03-22 Thread Jérémie Pilette
Here my cas.properties *** cas.server.name=https://x.x.fr cas.server.prefix=${cas.server.name}/cas logging.config=file:/etc/cas/config/log4j2.xml cas.service-registry.json.location=file:/etc/cas/services cas.authn.ldap[0].principal-attribute-list=cn,givenName,sn #