f/oidc-test_request_scope_profile #54

Open
lgourvenec wants to merge 2 commits from f/oidc-test_request_scope_profile into unstable
Showing only changes of commit 7dedf3f7e5 - Show all commits

View File

@ -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"
- OIDC_INSECURE_SKIP_VERIFY="true"
- OIDC_SCOPES="openid profile"