We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a CAS connector to Dex.
Yes, we want to connect Dex to our LDAP (done), an OpenID Connect provider (done) and a CAS system.
A new connector for CAS systems.
Write a middleware acting as an OpenID Connect provider between the CAS and Dex. Dex -- (OpenID Connect) -> Middleware -- (magic) -> CAS
CAS systems are quite used by universities around the globe, as such it would be a cool feature I think.
The text was updated successfully, but these errors were encountered:
I think it would be a good fit, but also that we might want to wait until external connector support is added.
Sorry, something went wrong.
really need it
CAS connector is necessary
A CAS connector is desirable. How can we help?
Successfully merging a pull request may close this issue.
Add a CAS connector to Dex.
Is your feature request related to a problem?
Yes, we want to connect Dex to our LDAP (done), an OpenID Connect provider (done) and a CAS system.
Describe the solution you'd like to see
A new connector for CAS systems.
Describe alternatives you've considered
Write a middleware acting as an OpenID Connect provider between the CAS and Dex.
Dex -- (OpenID Connect) -> Middleware -- (magic) -> CAS
Additional context
CAS systems are quite used by universities around the globe, as such it would be a cool feature I think.
The text was updated successfully, but these errors were encountered: