Skip to content

Commit 7ea72fb

Browse files
authored
Merge pull request #5952 from segmentio/DOC-780
OAuth 2.0 to Private Beta [DOC-780]
2 parents 7de5313 + 221a519 commit 7ea72fb

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

src/_data/sidenav/main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ sections:
260260
title: Speeding Up Redshift Queries
261261
- path: /connections/storage/warehouses/redshift-useful-sql
262262
title: Useful SQL Queries for Redshift
263+
- path: /connections/regional-segment
264+
title: Regional Segment
263265
- path: /connections/test-connections
264266
title: Event Tester
265267
- path: /connections/data-export-options
@@ -276,18 +278,6 @@ sections:
276278
title: Integration Error Codes
277279
- path: /connections/rate-limits
278280
title: Rate Limits
279-
- path: /connections/regional-segment
280-
title: Regional Segment
281-
# - section_title: Reverse ETL
282-
# section:
283-
# - path: /reverse-etl
284-
# title: Reverse ETL Overview
285-
# - path: /reverse-etl/bigquery-setup
286-
# title: BigQuery Reverse ETL Setup
287-
# - path: /reverse-etl/redshift-setup
288-
# title: Redshift Reverse ETL Setup
289-
# - path: /reverse-etl/snowflake-setup
290-
# title: Snowflake Reverse ETL Setup
291281
- section_title: Unify
292282
section:
293283
- path: /unify

src/api/public-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Learn more about [GitHub's secret scanning program](https://docs.github.com/en/d
4242
## OAuth 2.0
4343

4444
> info ""
45-
> This feature is currently in pilot and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
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"}.
4646
4747
## FAQs
4848
#### What should I do if I see a notification that my token was exposed?

src/connections/functions/source-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Copy and paste this URL into the upstream tool or service to send data to this s
390390
## OAuth 2.0
391391

392392
> info ""
393-
> OAuth 2.0 is currently in pilot and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
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"}.
394394
395395
## Source function FAQs
396396

src/connections/oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hidden: true
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-
> This feature is currently in pilot 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.
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.
@@ -134,4 +134,4 @@ OAuth 2.0 currently supports these scopes:
134134
* `functions:write`
135135

136136
**Public API scopes**
137-
* `public_api:read_write`
137+
* `public_api:read_write`

0 commit comments

Comments
 (0)