Integrate with Argo Workflow. Does anyone have a manual

Hello,

Integrate with Argo Workflow. Does anyone have a manual?

I’m trying to create app and user using this manual for argo cd, because I can’t find for argo workflow.

But I have got message: invalid parameter: redirect_uri

Keycloak application setting has: Valid redirect URIs https://argo.url.com/oauth2/callback
and
argo workflow has the same url in their configmap: redirectUrl: https://argo.url.com/oauth2/callback

I suppose you get this error in the browser when redirect to keycloak.

Check the URL and take a look at what redirect_uri contains.

That will be the URI you need to include in the Valid redirect URIs list.

Thank you for reply.

The

redirect_uri=https://argo.url.com/oauth2/callback&response_type=code&scope=groups+email+openid&state=e4608b408a

and I can open this URL in browser

P.S. argo.url.com - isn’t real