diff --git a/docs/configuration/README.md b/docs/configuration/README.md index 8f66421a..584247f5 100644 --- a/docs/configuration/README.md +++ b/docs/configuration/README.md @@ -56,7 +56,7 @@ If the JWKS endpoint is configured, JWS' signatures will be verified |------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | authorizationServerUrl | url | URL the user is redirected to at login | | tokenServerUrl | url | URL used by jenkins to request the tokens | -| endSessionEndpoint | url | URL to logout from provider (used if activated) | +| endSessionUrl | url | URL to logout from provider (used if activated) | | jwksServerUrl | url | URL of provider's jws certificates (unused if disabled) | | scopes | string | Space separated list of scopes to request (default: `openid email`) | | tokenAuthMethod | enum | Method used for authenticating when requesting token(s)
- `client_secret_basic`: for client id/secret as basic authentication user/pass
- `client_secret_post`: for client id/secret sent in post request | @@ -120,7 +120,7 @@ jenkins: # Manual config of endpoint manual: authorizationServerUrl: - endSessionEndpoint: + endSessionUrl: issuer: jwksServerUrl: tokenAuthMethod: