Added OIDC support, improved OAuth flow#262
Added OIDC support, improved OAuth flow#262epiclen wants to merge 1 commit intoTestLinkOpenSourceTRMS:testlink_1_9from
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.