Re: [cas-user] Password policy requirements

2024-12-03 Thread Daniel Maldonado
Ah! great catch. This makes total sense. Thank you. > On Dec 2, 2024, at 21:40, Ray Bon wrote: > > Daniel, > > Check to see if there is something in the messages, > https://github.com/apereo/cas/blob/7.1.x/support/cas-server-support-thymeleaf/src/main/resources/messages.properties > > Yo

Re: [cas-user] Logout in CAS 7.1.1

2024-12-03 Thread dhavan mehta
Thanks Ray Bon, Do I need to setup any access strategy for it? I am keep getting 403 when trying to call /cas/actuator/ssoSessions/users/{username} to destroy session. On Monday, December 2, 2024 at 10:16:18 PM UTC-5 Ray Bon wrote: > dhavan, > > You can delete a user session with an en

[cas-user] Re: mfa-gauth issues

2024-12-03 Thread Pierre Driutti
Hello Frederic, I am new to CAS, and am also having this issue. I'd be curious though. How could one register a gauth device « on the fly » ? Thanks in advance regards, Pierre Le mardi 3 décembre 2024 à 15:02:36 UTC+1, Frédéric Dussurget a écrit : > Hi Bruno, > on my side, I'm able to regis

[cas-user] Re: mfa-gauth issues

2024-12-03 Thread Frédéric Dussurget
Hi Bruno, on my side, I'm able to register new gauth devices on a clean fresh 7.1.2 clone (without overriding casGoogleAuthenticatorRegistrationView.html) : I can register gauth device both "on the fly" and through the /cas/login page. Notice I have turned on CasFeatureModule.AccountManagement.

Re: [cas-user] CAS SAML with Atlassian Cloud

2024-12-03 Thread Neon Dazzle
Hi everyone, I finally got it working. The attribute was the problem. I was passing email as a NameID as per the Atlassian doc, but it needs to be the primare attribute. This line made it work: { @class: org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider usernameAttribut

Re: [cas-user] Logout in CAS 7.1.1

2024-12-03 Thread Ray Bon
dhavan, See https://fawnoos.com/2023/10/25/cas70x-actuator-endpoints/ Ray On Tue, 2024-12-03 at 06:42 -0800, dhavan mehta wrote: You don't often get email from dmehta0...@gmail.com. Learn why this is important Thanks Ray Bon, Do I need to se

[cas-user] update cas-management with palantir issue

2024-12-03 Thread M K
Hello, I am working on updating CAS Management with Palantir to support admin configuration for CAS7. I have a custom login page with templates created using Thymeleaf. I have successfully added the necessary dependencies in the build.gradle file and created the .war file. Additionally, I am