Replies: 6 comments 6 replies
-
I think you need to set the |
Beta Was this translation helpful? Give feedback.
-
As soon as I set the url to be the argocd URL under the same level as oidc.config and removed the 'redirectURL' everything worked properly for me. |
Beta Was this translation helpful? Give feedback.
-
@man-st @umarov |
Beta Was this translation helpful? Give feedback.
-
the protocol and host (including port) must match and the path must be within allowed URLs if provided |
Beta Was this translation helpful? Give feedback.
-
ArgoCD OIDC Config this is my config |
Beta Was this translation helpful? Give feedback.
-
Can you please tell me what would be issue for above error @umarov |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Have an issue with argo-cd oidc setup with Okta.
Getting the following error when trying to sign in to argo-cd with okta:
"Invalid redirect URL: the protocol and host (including port) must match and the path must be within allowed URLs if provided"
argocd-cm.yaml configuration fragment:
apiVersion: v1
data:
oidc.config: |
name: Okta
issuer: https://demo-ts-onboarding.okta.com/oauth2/aus5ld**********
clientID: 0oa5ld8*********
clientSecret: Zd-pFfK_5s********************
requestedScopes: ["openid", "profile", "email", "groups"]
requestedIDTokenClaims: {"groups": {"essential": true}}
redirectURI: [http://localhost:8080", "https://localhost:8080", "https://localhost:8080/auth/callback", "http://localhost:8080/applications", "https://localhost:8080/applications", "http://localhost:8080/auth/callback"]
secureCookie: false
kind: ConfigMap
Anyone have any ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions