Open onkar6699 opened 3 days ago
What Redirect URI should I give?
@andrii-korotkov-verkada can you help me why i am facing this issue?
I don't have an immediate answer. I've seen examples of using dex.config
, but not oidc.config
.
Please, try to get debug logs.
Checklist:
argocd version
.Describe the bug
To Reproduce
ArgoCD OIDC Config url: https://argocd.example.com (nginx exposed app) oidc.config: | name: MYIDP issuer: myissuerURL clientID: 0oa9abcdefgh123AB5d7 clientSecret: ABCDEFG1234567890abcdefg requestedScopes: ["openid", "profile", "email", "groups"] requestedIDTokenClaims: {"groups": {"essential": true}}
In IDP i have configured OIDc APP with all URL mentioned in PR i am getting same error Expected behavior
it should login to app
Screenshots
Version
argocd: v2.12.6+4dab5bd BuildDate: 2024-10-18T17:39:26Z GitCommit: 4dab5bd6a60adea12e084ad23519e35b710060a2 GitTreeState: clean GoVersion: go1.22.4 Compiler: gc Platform: linux/amd64
Logs
In info log of oidc i am getting only time="2024-11-19T13:41:29Z" level=info msg="OIDC supported scopes: [openid profile email phone address groups]" after that above invalid redirect URL
@jannfis need your input