Uh oh!
There was an error while loading. Please reload this page.
Add a generic OIDC OAuth2 provider - #420
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
40418d3 to
d29afc9Compared29afc9 to
a4c2d50Comparea4c2d50 to
8fdaaf2Compare
TorstenDittmann
left a comment
There was a problem hiding this comment.
lets wait for backend PR 👍🏻
binaryfire
commented
Jul 8, 2023
Nice work @stnguyen90. Hoping this gets merged soon. Will be great to have Keycloak support. |
eldadfux
commented
Jul 18, 2023
It should be OIDC in the UI, and not Oidc |
stnguyen90
commented
Jul 20, 2023
@eldadfux, the API returns Oidc for the name and we use that in the Console: We would have to add and maintain a list of exceptions in the console repo somewhere. That okay? |
eldadfux
commented
Jul 20, 2023
I think we should avoid that. I think we need to find a better way to expose the name, which endpoint do we use for getting it right now? |
stnguyen90
commented
Jul 20, 2023
@eldadfux, it comes from the List/Get Projects endpoints. The providers attribute is a list of providers where name is the provider key. Btw, our setup is really limiting since it makes it so that we can only have 1 of each OAuth2 provider. |
eldadfux
commented
Jul 20, 2023
I don't see a reason why we can't use the key for getting the name. If needed we can also add new key attribute. This API is also private for the console so we should be OK with the change. |
aefe2df to
f5a309bComparef5a309b to
893dcf9Compare893dcf9 to
29ec34bComparestnguyen90
commented
Jul 21, 2023
@eldadfux, here's a PR to add the provider key to the response: appwrite/appwrite#5857 |
stnguyen90
commented
Jul 21, 2023
@TorstenDittmann, anything else before this can be merged? |
Show provider name in the Console and use the provider key for everything else.
29ec34b to
68867afComparestnguyen90
commented
Jul 29, 2023
@TorstenDittmann is this good to merge now? |
What does this PR do?
Add an OIDC OAuth2 Provider to the Console
Test Plan
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes