Skip to content

Commit 1130fc4

Browse files
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.
1 parent 865883f commit 1130fc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/bff/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ It offers the following functionality:
7575

7676
- Protection from Token Extraction attacks
7777
- Built-in CSRF Attack protection
78-
- Server Side OAuth2 Authentication
78+
- Server Side OAuth 2.0 Support
7979
- User Management APIs
8080
- Back-channel logout
8181
- Securing access to both local and external APIs by serving as a reverse proxy.

src/content/docs/identitymodel/utils/request-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating Authorize and EndSession URLs
3-
description: Helper utilities for creating OAuth2/OpenID Connect authorization and end session URLs with query parameters
3+
description: Helper utilities for creating OAuth 2.0/OpenID Connect authorization and end session URLs with query parameters
44
sidebar:
55
order: 4
66
label: Authorize & EndSession URLs

0 commit comments

Comments
 (0)