From 7fbddb952d3fd5fd83602d26a9be5a5157f81948 Mon Sep 17 00:00:00 2001 From: Stanislav Dimov Date: Tue, 16 Jan 2024 02:43:25 +0000 Subject: [PATCH] update docs --- website/docs/providers/oauth2/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/website/docs/providers/oauth2/index.md b/website/docs/providers/oauth2/index.md index 6b51d1401..03dec756a 100644 --- a/website/docs/providers/oauth2/index.md +++ b/website/docs/providers/oauth2/index.md @@ -8,13 +8,14 @@ Scopes can be configured using Scope Mappings, a type of [Property Mappings](../ | Endpoint | URL | | -------------------- | -------------------------------------------------------------------- | -| Authorization | `/application/o/authorize/` | -| 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/discovery//.well-known/openid-configuration` | +| Issuer | `/application/o//` | +| Authorization | `/application/o//authorize/` | +| 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` | ## GitHub Compatibility