Skip to content

Commit 022bccd

Browse files
committed
change from GA to private beta and remove from nav
1 parent c4ec5c5 commit 022bccd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/_data/sidenav/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ sections:
278278
title: Integration Error Codes
279279
- path: /connections/rate-limits
280280
title: Rate Limits
281-
- path: /connections/oauth
282-
title: OAuth 2.0
283281
- section_title: Unify
284282
section:
285283
- path: /unify

src/api/public-api/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Learn more about [GitHub's secret scanning program](https://docs.github.com/en/d
4141

4242
## OAuth 2.0
4343

44-
You can authenticate and authorize the Public API using [OAuth 2.0](/docs/connections/oauth).
44+
> info ""
45+
> OAuth 2.0 is currently in private beta and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
4546
4647
## FAQs
4748
#### What should I do if I see a notification that my token was exposed?

src/connections/functions/source-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ Copy and paste this URL into the upstream tool or service to send data to this s
389389

390390
## OAuth 2.0
391391

392-
You can authenticate source functions with [OAuth 2.0](/docs/connections/oauth).
392+
> info ""
393+
> OAuth 2.0 is currently in private beta and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
393394
394395
## Source function FAQs
395396

src/connections/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hidden: false
66
OAuth 2.0 is an online authorization standard that uses tokens to grant access to API resources like Segment’s tracking API. You can use OAuth 2.0 as a security requirement for connections to third-party tools.
77

88
> info ""
9-
> OAuth 2.0 only supports server to Segment communication, a machine-to-machine workflow. Take a look at the [supported sources](#supported-sources) to see what sources Segment supports.
9+
> OAuth 2.0 is currently in private beta and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. OAuth 2.0 only supports server to Segment communication, a machine-to-machine workflow. Take a look at the [supported sources](#supported-sources) to see what sources Segment supports.
1010
1111
## Permissions
1212
Depending on your workspace permissions, your access to OAuth apps is limited.

0 commit comments

Comments
 (0)