jacekkow / keycloak-protocol-cas

CAS protocol provider for Keycloak
https://issues.jboss.org/browse/KEYCLOAK-1047
Apache License 2.0
96 stars 30 forks source link

Issue about what really does Keycloak Protocol Cas #52

Closed PaulGitProject closed 2 years ago

PaulGitProject commented 2 years ago

Hi,

I know that it might be the wrong place to ask, but since it is the only place where I think that I might found an answer, I'm hoping that It will be ok.

I'm using Quarkus as my Back-End server and VueJS as my front-end, and I need to use a CAS Auth system (my university gave me a CAS url, for exemple: http://cas.myuniveristy.com/) and I was thinking how can I add the CAS Url as my Auth system to Keycloak Protocol CAS ?

Because from what I understand, there is no way to use a CAS Auth System from URL with Keycloak Protocol Cas? Am I wrong ?

Thanks in advance

jacekkow commented 2 years ago

Keycloak is an Identity Provider - as I understand you already have a Identity Provider - you university's CAS system. What do you need Keycloak for, then?

You can use CAS authenticator filter directly in your Quarkus-based app, like mentioned in this Stack Overflow response: https://stackoverflow.com/questions/64184661/how-to-make-quarkus-use-apereo-cas-or-saml2-authentication