SSO Login returns 401 #1748
Unanswered
JunaidChaudry
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 am trying to set up argo workflow first time, and trying to use sso login using AzureAD. But the redirect after login keeps giving me a 401.
I have enabled sso with
server.extraArgs: ["--auth-mode=sso"]
, created my secret with theclient-id
andclient-secret
, and passed those underserver.sso.clientId
, andserver.sso.clientSecret
. The redirect URL is registered in my Azure AppRegistration as well.Upon trying to log in, the application does redirect for login, but then returns the following error while trying the /oauth2/callback link.
"This page isn’t working right nowIf the problem continues, contact the site owner. HTTP ERROR 401"
All that I see in the server logs is the following:
Argo Workflow Helm Chart Version: 0.22.4
APP Version: v3.4.4
Attached are my values
Beta Was this translation helpful? Give feedback.
All reactions