Bad Gateway at the end of OIDC flow with Microsoft Entra and no Dex #21025
Unanswered
NiklasRosenstein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to enable Microsoft Entra as SSO for our ArgoCD instance installed from the Helm chart (
v7.7.6
) using OIDC (not SAML). I've followed the guide here: https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/microsoft/#entra-id-app-registration-auth-using-oidcThe relevant Helm values I use are:
When I log in via SSO in ArgoCD, I get directed through Entra and back to ArgoCD, but then the Ingress returns a 502 😕 We're using ingress-nginx
From the
argocd-server
logs, it seems the login succeeds:The ingress-nginx logs are not much more helpful:
Any idea what's going on? Thank you!
Edit: I get the same behavior on ArgoCD 2.12.4 (Helm Chart 7.6.10).
Beta Was this translation helpful? Give feedback.
All reactions