Skip to content

Commit 2d09d49

Browse files
Merge pull request #702 from DuendeSoftware/oauth2-wrong-fix
Update OAuth terminology to "OAuth 2.0" for consistency
2 parents 4e76b76 + 1130fc4 commit 2d09d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)