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