Skip to content

redirectUrl for SSO login with Dex? #13439

Closed Locked Answered by agilgur5
atticus-rippling asked this question in Q&A
Discussion options

You must be logged in to vote

The redirectUrl is Argo Workflow's own URL, not Dex's. It's where Dex will send the user after they complete SSO. The issuer is Dex's URL, which you have correctly.

The example in the docs is: https://argo-workflows.mydomain.com/oauth2/callback.
It depends on what your Ingress uses for the host/domain etc, so Workflows can't determine that for you and so it must be configured. /oauth2/callback is required because that's Workflows's Server's route, so we know that part for sure.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/sso-rbac type/support User support issue - likely not a bug
2 participants