How to connect to CAS identity provider?

I am a newcomer to auth0. I would like to connect auth0 to my customer’s legacy identity provider that uses CAS. So the legacy provider becomes one of the choices that the user sees on the Lock screen. What is the best way for me to do so? Thanks.

CAS (latest) supports OIDC, the older version of CAS supported Atleast SAML you should be able to use either Connect Apps to Generic OAuth2 Authorization Servers or Configure Auth0 as SAML Service Provider to setup Auth0 as a Relying Party or Service Provider respectively which can then be used by user App to authenticate.

CAS (latest) supports OIDC, the older version of CAS supported Atleast SAML you should be able to use either Connect Apps to Generic OAuth2 Authorization Servers or Configure Auth0 as SAML Service Provider to setup Auth0 as a Relying Party or Service Provider respectively which can then be used by user App to authenticate.

Thank you @abhishek.hingnikar