From 461af185ad788e543dd7e9be826ef637db0ff452 Mon Sep 17 00:00:00 2001 From: Stanislav Dimov Date: Fri, 3 Nov 2023 22:42:08 +0000 Subject: [PATCH] docs update --- website/docs/providers/oauth2/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/providers/oauth2/index.md b/website/docs/providers/oauth2/index.md index 0eba63765..c3f6d34f0 100644 --- a/website/docs/providers/oauth2/index.md +++ b/website/docs/providers/oauth2/index.md @@ -12,9 +12,9 @@ Scopes can be configured using Scope Mappings, a type of [Property Mappings](../ | Token | `/application/o/token/` | | User Info | `/application/o/userinfo/` | | Token Revoke | `/application/o/revoke/` | -| End Session | `/application/o//end-session/` | -| JWKS | `/application/o//jwks/` | -| OpenID Configuration | `/application/o//.well-known/openid-configuration` | +| End Session | `/application/o/end-session//` | +| JWKS | `/application/o/jwks//` | +| OpenID Configuration | `/application/o/discovery//.well-known/openid-configuration` | ## GitHub Compatibility