Skip to content

Commit

Permalink
Merge pull request #439 from sstoffregen/patch-1
Browse files Browse the repository at this point in the history
fix plugin documentation of plugin configuration for `endSessionEndpoint`
  • Loading branch information
jtnord authored Oct 24, 2024
2 parents 990b9d3 + f1ae8b3 commit 636339f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br />- `client_secret_basic`: for client id/secret as basic authentication user/pass<br />- `client_secret_post`: for client id/secret sent in post request |
Expand Down Expand Up @@ -120,7 +120,7 @@ jenkins:
# Manual config of endpoint
manual:
authorizationServerUrl: <url>
endSessionEndpoint: <url>
endSessionUrl: <url>
issuer: <string>
jwksServerUrl: <url>
tokenAuthMethod: <string:enum>
Expand Down

0 comments on commit 636339f

Please sign in to comment.