diff --git a/components/oidc-test/kustomization.yaml b/components/oidc-test/kustomization.yaml index af94763..f007063 100644 --- a/components/oidc-test/kustomization.yaml +++ b/components/oidc-test/kustomization.yaml @@ -17,4 +17,5 @@ configMapGenerator: - OIDC_REDIRECT_URL=https://example.net/oauth2/callback - OIDC_POST_LOGOUT_REDIRECT_URL=https://example.net - OIDC_SKIP_ISSUER_VERIFICATION="true" - - OIDC_INSECURE_SKIP_VERIFY="true" \ No newline at end of file + - OIDC_INSECURE_SKIP_VERIFY="true" + - OIDC_SCOPES="openid profile"