[cas-user] Delegate authentication to Azure AD

2023-05-24 Thread Vincent Hurtevent
Hello, Based on the documentation, it seems that there is a new method for authenticating users against Azure AD using https://github.com/AzureAD/microsoft-authentication-library-for-java: https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-Azure-AD.html . I was already fami

[cas-user] MFA DUO for 6.6.7 errors

2023-05-24 Thread Andrey Nikolaev
Hi all I used MFA DUO version 6.5.5 with universal and traditional prompt. When using the new version 6.6.7 and 6.6.8-SNAPSHOT I get an error: 2023-05-22 08:40:35,991 DEBUG [org.apereo.cas.authentication.DefaultRequestedAuthenticationContextValidator] - 2023-05-22 08:40:35,995 WARN [org.apereo

Re: [cas-user] cas management 6.6 redirects to https://cas.example.org:8443/cas/login

2023-05-24 Thread Erik Mallory
Are you sure it's reading the management.properties? Double check it's location, existence and permissions. On Mon, May 22, 2023 at 12:21 PM Maxwell, Gary wrote: > > > > > Hello all – > > > > Can someone tell me why cas management version 6.6 redirects me to > cas.example.org/cas/login at login

[cas-user] The import org.springframework.security.cas cannot be resolved

2023-05-24 Thread fasr favk
Hello, I'am using the latest cas server + spring security and am having this error while importing org.springframework.security.cas.*; *Error* : The import org.springframework.security.cas cannot be resolved i tried this commands but nothing worked : gradle clean build gradle clean build --refr

Re: [cas-user] The import org.springframework.security.cas cannot be resolved

2023-05-24 Thread Ray Bon
You should not need to import those spring-security packages. What are you trying to accomplish with those packages? Ray On Wed, 2023-05-24 at 04:42 -0700, fasr favk wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sens

Re: [cas-user] The import org.springframework.security.cas cannot be resolved

2023-05-24 Thread Ray Bon
Just checked my build. Those three spring packages are already included by cas. Are you setting up a client application or the cas overlay (authentication server)? The gradle file looks to be from cas overlay. The only time you need to add non cas imports is if you are planning to customize cas