From 1130fc48879c373799f86fde8b7ffce0471cd5b2 Mon Sep 17 00:00:00 2001 From: khalidabuhakmeh Date: Wed, 30 Apr 2025 08:27:45 -0400 Subject: [PATCH] Update OAuth references to use consistent "OAuth 2.0" terminology Revised instances of "OAuth2" to "OAuth 2.0" for clarity and consistency with industry standards. This improves accuracy in documentation and aligns terminology across all references. --- src/content/docs/bff/index.mdx | 2 +- src/content/docs/identitymodel/utils/request-url.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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