fix: jenkins casc OIDC using explicit endpoints
This commit is contained in:
parent
162fe3339f
commit
cfa7bd8198
@ -136,8 +136,10 @@ spec:
|
|||||||
oic:
|
oic:
|
||||||
clientId: "${OIDC_CLIENT_ID}"
|
clientId: "${OIDC_CLIENT_ID}"
|
||||||
clientSecret: "${OIDC_CLIENT_SECRET}"
|
clientSecret: "${OIDC_CLIENT_SECRET}"
|
||||||
wellKnownOpenIDConfigurationUrl: "${OIDC_ISSUER}/.well-known/openid-configuration"
|
tokenServerUrl: "${OIDC_TOKEN_URL}"
|
||||||
scopes: "openid profile email"
|
authorizationServerUrl: "${OIDC_AUTH_URL}"
|
||||||
|
userInfoServerUrl: "${OIDC_USERINFO_URL}"
|
||||||
|
logoutUrl: "${OIDC_LOGOUT_URL}"
|
||||||
userNameField: "preferred_username"
|
userNameField: "preferred_username"
|
||||||
fullNameFieldName: "name"
|
fullNameFieldName: "name"
|
||||||
emailFieldName: "email"
|
emailFieldName: "email"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user