diff --git a/src/content/docs/bff/index.mdx b/src/content/docs/bff/index.mdx index 39ba75c94..01a4cdd19 100644 --- a/src/content/docs/bff/index.mdx +++ b/src/content/docs/bff/index.mdx @@ -75,7 +75,7 @@ It offers the following functionality: - Protection from Token Extraction attacks - Built-in CSRF Attack protection -- Server Side OAuth2 Authentication +- Server Side OAuth 2.0 Support - User Management APIs - Back-channel logout - Securing access to both local and external APIs by serving as a reverse proxy. diff --git a/src/content/docs/identitymodel/utils/request-url.md b/src/content/docs/identitymodel/utils/request-url.md index 96cf6c569..249e395bd 100644 --- a/src/content/docs/identitymodel/utils/request-url.md +++ b/src/content/docs/identitymodel/utils/request-url.md @@ -1,6 +1,6 @@ --- title: Creating Authorize and EndSession URLs -description: Helper utilities for creating OAuth2/OpenID Connect authorization and end session URLs with query parameters +description: Helper utilities for creating OAuth 2.0/OpenID Connect authorization and end session URLs with query parameters sidebar: order: 4 label: Authorize & EndSession URLs