-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
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
Added OIDC support, improved OAuth flow #262
base: testlink_1_9
Are you sure you want to change the base?
Conversation
Manage this branch in SquashTest this branch here: https://epiclentestlink-1-9-52oru.squash.io |
0de6602
to
6052aa7
Compare
Hi: |
888d3d7
to
dd38e28
Compare
Hey @fmancardi |
Thanks. |
Dex is an identity service that uses OpenID Connect to drive authentication for other apps. |
I understand that Dex mostly provides OpenID Connect authentication, so would this feature be able to use other OIDC providers like Keycloak, Auth0? If yes, can you do some quick testing using Auth0, maybe write down here the steps you took to test. If it works for other OIDC providers, I believe is best to make it as an OIDC authentication mechanism, and not a vendor specific |
@danielfbm |
Added code to support Dex based authentication.