Hi,
we have been using CAS for some time, but I am required to migrate our systems from doing basic LDAP authentication to using Auth0 as our new IdP
I'd like to keep using CAS for our many applications that already do CAS and aren't currently programmed to support OIDC/SAML2.
Is it possible to deploy CAS to act as a proxy to another IdP?
My workflow currently
App -> CAS (user provides ldap username+password) -> back to app
Ideally workflow now will be. Ideally this will be transparent to the user, but it's acceptable to have "Sign in with Auth0" as the single option on the CAS login page.
App -> CAS -> Auth0 Login -> CAS -> App
I see OAuth2, OpenID Connect, and SAML support under Protocols but I understand this seems to be CAS acting as the IdP itself for these protocols.
Thanks