From 4c39e08dd4e06b72ffd98d0537a9607496522be6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 6 Jun 2022 12:48:06 +0200 Subject: [PATCH] website/docs: fix incorrect oauth end-session URL Signed-off-by: Jens Langhammer --- website/docs/providers/oauth2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/providers/oauth2/index.md b/website/docs/providers/oauth2/index.md index 304e10c7f..33a0cee19 100644 --- a/website/docs/providers/oauth2/index.md +++ b/website/docs/providers/oauth2/index.md @@ -11,7 +11,7 @@ Scopes can be configured using Scope Mappings, a type of [Property Mappings](../ | Authorization | `/application/o/authorize/` | | Token | `/application/o/token/` | | User Info | `/application/o/userinfo/` | -| End Session | `/application/o/end-session/` | +| End Session | `/application/o//end-session/` | | JWKS | `/application/o//jwks/` | | OpenID Configuration | `/application/o//.well-known/openid-configuration` |