-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Support using external OIDC providers #671
Comments
Another reason to support OIDC provider outside of dex is that dex does not seem to support OIDC Implicit flow, which we to have if we want to allow CLI login to an Okta IDp: |
The docs does not mention anything about whether or not we can reduce argocd-dex-server to zero replica when using an external OIDC provider. Could you perhaps advice me and I could look into updating the docs. |
Hello, What are you think guys the problem is ? Thank you. |
Dex doesn't propagate group claims from upstream OIDC providers : dexidp/dex#1065. Due to this issue ArgoCD RBAC cannot be used in conjunction with OIDC.
Argocd is not really coupled with Dex and only requires on OIDC. We should remove dex dependency from code and allow using external OIDC provider without Dex in the middle.
The text was updated successfully, but these errors were encountered: