Re: [cas-user] Using the username field pre-authentication to do home realm discovery?

2023-12-04 Thread Ray Bon
Sean, If you have multiple authentication sources (cas.authn. properties), cas will check each one for the username, and stop when when authn completes. This will work if each username is unique across realms or you can put authn sources in an order that would catch users, in multiple realms,

Re: [cas-user] Using the username field pre-authentication to do home realm discovery?

2023-11-28 Thread Mohamed Amdouni
Hello, I think that it could be possible using pac4j (cas delegated authentication) and you choose the dynamic type with some groovy scripts : https://apereo.github.io/cas/6.5.x/integration/Delegate-Authentication.html But I don’t know if you can process the ldap authentication with the same cas

[cas-user] Using the username field pre-authentication to do home realm discovery?

2023-11-27 Thread Sean F
Hi. I'm curious if CAS can be used to do home realm discovery after the user enters their username? My proposed workflow would be: 1. User enters a username 2. The authentication strategy would depend on what the user entered by looking up the username with a REST service (or some other