Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit ae79ac6

Browse files
bugersharadregoti
andauthored
Merging to release-5.10: Add availablity section for enterprise upstream auth features (#7116) (#7117)
Add availablity section for enterprise upstream auth features (#7116) (cherry picked from commit f78203c) Co-authored-by: Master <sharadregoti15@gmail.com>
1 parent 3f41cc3 commit ae79ac6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

tyk-docs/content/api-management/upstream-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When using Tyk, you can choose from a range of authentication methods for each u
3131
{{< note success >}}
3232
**Note**
3333

34-
Upstream Basic Authentication and Oauth 2.0 support are only available to licensed users, via the Tyk Dashboard. These features are not available to open source users.
34+
Upstream Basic Authentication and OAuth 2.0 support are only available to licensed users, via the Tyk Dashboard. These features are not available to open source users.
3535
{{< /note >}}
3636

3737
{{< warning success >}}

tyk-docs/content/api-management/upstream-authentication/basic-auth.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ description: How to authenticate upstream service basic authentication
99
date: "2025-04-15"
1010
---
1111

12+
## Availability
13+
14+
| Component | Editions |
15+
| ----------- | ---------- |
16+
| Gateway and Dashboard | Enterprise |
1217

1318
## Basic Authentication
1419

tyk-docs/content/api-management/upstream-authentication/oauth.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ description: How to authenticate upstream service using oauth
99
date: "2025-04-15"
1010
---
1111

12+
## Availability
13+
14+
| Component | Editions |
15+
| ----------- | ---------- |
16+
| Gateway and Dashboard | Enterprise |
17+
1218
## Upstream OAuth 2.0
1319

1420
OAuth 2.0 is an open standard authorization protocol that allows services to provide delegated and regulated access to their APIs; critically the user credentials are not shared with the upstream service, instead the client authenticates with a separate Authentication Server which issues a time-limited token that the client can then present to the upstream (Resource Server). The upstream service validates the token against the Authentication Server before granting access to the client.

0 commit comments

Comments
 (0)