From f1ae8b34c93cb50656e59cdfe608f9e1e0a98142 Mon Sep 17 00:00:00 2001
From: sstoffregen <91523554+sstoffregen@users.noreply.github.com>
Date: Wed, 23 Oct 2024 06:41:59 +0200
Subject: [PATCH] fix plugin documentation of plugin configuration for
"endSessionEndpoint"
fix plugin documentation of plugin configuration for "endSessionEndpoint" accordingly to https://github.com/jenkinsci/oic-auth-plugin/pull/402
---
docs/configuration/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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: