Skip to content

Commit c4ec5c5

Browse files
committed
OAuth 2.0
1 parent 51402a4 commit c4ec5c5

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

src/_data/sidenav/main.yml

Lines changed: 4 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,8 @@ 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
281+
- path: /connections/oauth
282+
title: OAuth 2.0
291283
- section_title: Unify
292284
section:
293285
- path: /unify

src/api/public-api/index.md

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

4242
## OAuth 2.0
4343

44-
> 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"}.
44+
You can authenticate and authorize the Public API using [OAuth 2.0](/docs/connections/oauth).
4645

4746
## FAQs
4847
#### What should I do if I see a notification that my token was exposed?

src/connections/functions/source-functions.md

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

390390
## OAuth 2.0
391391

392-
> 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"}.
392+
You can authenticate source functions with [OAuth 2.0](/docs/connections/oauth).
394393

395394
## Source function FAQs
396395

src/connections/oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: OAuth 2.0
3-
hidden: true
3+
hidden: false
44
---
55

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 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)