-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add a generic OIDC OAuth2 provider #420
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
40418d3
to
d29afc9
Compare
d29afc9
to
a4c2d50
Compare
a4c2d50
to
8fdaaf2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets wait for backend PR 👍🏻
Nice work @stnguyen90. Hoping this gets merged soon. Will be great to have Keycloak support. |
It should be OIDC in the UI, and not Oidc |
@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? |
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? |
@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. |
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
f5a309b
Compare
f5a309b
to
893dcf9
Compare
893dcf9
to
29ec34b
Compare
@eldadfux, here's a PR to add the provider key to the response: appwrite/appwrite#5857 |
@TorstenDittmann, anything else before this can be merged? |
Show provider name in the Console and use the provider key for everything else.
29ec34b
to
68867af
Compare
@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