jenkins: fix oidc with wellknown config
This commit is contained in:
parent
f4fa44c842
commit
1357d783de
@ -180,17 +180,17 @@ spec:
|
||||
clientId: "${OIDC_CLIENT_ID}"
|
||||
clientSecret: "${OIDC_CLIENT_SECRET}"
|
||||
serverConfiguration:
|
||||
wellKnownOpenIDConfigurationUrl: "${OIDC_ISSUER}/.well-known/openid-configuration"
|
||||
logoutFromOpenIdProvider: true
|
||||
wellKnown:
|
||||
wellKnownOpenIDConfigurationUrl: "${OIDC_ISSUER}/.well-known/openid-configuration"
|
||||
scopesOverride: "openid profile email"
|
||||
logoutFromOpenIdProvider: true
|
||||
postLogoutRedirectUrl: "https://ci.bstein.dev"
|
||||
scopes: "openid profile email"
|
||||
sendScopesInTokenRequest: true
|
||||
rootURLFromRequest: true
|
||||
userNameField: "preferred_username"
|
||||
fullNameFieldName: "name"
|
||||
emailFieldName: "email"
|
||||
groupsFieldName: "groups"
|
||||
escapeHatchEnabled: false
|
||||
authorizationStrategy: |
|
||||
loggedInUsersCanDoAnything:
|
||||
allowAnonymousRead: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user