diff --git a/bootstrap/argocd-cm-oidc-patch.yaml b/bootstrap/argocd-cm-oidc-patch.yaml index 12fcca1..0381869 100644 --- a/bootstrap/argocd-cm-oidc-patch.yaml +++ b/bootstrap/argocd-cm-oidc-patch.yaml @@ -8,6 +8,7 @@ data: issuer: https://auth.whyredfire.dev/application/o/argocd/ clientID: argocd clientSecret: $argocd-oidc:clientSecret + enablePKCEAuthentication: true requestedScopes: - openid - profile