From 7dedf3f7e56692e4c09a9e0b6c1793e8e38507d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Fri, 10 Jan 2025 15:28:17 +0100 Subject: [PATCH] feat(oidc-test): request scope "profile" --- components/oidc-test/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"