You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/public-api/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Learn more about [GitHub's secret scanning program](https://docs.github.com/en/d
46
46
47
47
You can authenticate and authorize the Public API using [OAuth 2.0](/docs/connections/oauth).
48
48
49
-
### Frequently Asked Questions
49
+
### Frequently asked questions
50
50
#### What should I do if I see a notification that my token was exposed?
51
51
In most cases, identifying and revoking an exposed token takes seconds. Segment recommends you check the [audit trail](/docs/segment-app/iam/audit-trail/) to ensure no unauthorized actions were taken with the token.
Copy file name to clipboardExpand all lines: src/connections/oauth.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ hidden: true
6
6
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.
7
7
8
8
> 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 are currently supported.
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.
10
10
11
11
## Permissions
12
12
Depending on your workspace permissions, your access to OAuth apps is limited.
@@ -23,11 +23,11 @@ Function Read-only | You can only view OAuth apps.
23
23
## Create an OAuth app
24
24
25
25
> info ""
26
-
> You must have already created workspace in Segment to use OAuth.
26
+
> You must have already created a workspace in Segment to use OAuth.
27
27
28
28
To create a new OAuth application:
29
29
30
-
1. Navigate to **Settings > Workspace**settings and select the Access Management tab.
30
+
1. Navigate to **Settings > Workspace settings** and select the Access Management tab.
31
31
2. Select the **OAuth application** tab within the **Access Management** page.
32
32
3. Click **Create OAuth app**.
33
33
4. Enter the configuration settings:
@@ -38,7 +38,7 @@ To create a new OAuth application:
38
38
Public key | Upload a public key in PEM format to authenticate through the OAuth application. You can upload a second public key after you create the OAuth application. You can create a public key by running the script: `openssl rsa -in private.pem -pubout -outform PEM -out public.pem`
39
39
Public key name | Enter a name for your public key.
40
40
Token expiration period | You can choose between: 1 day, 2 days, 3 days, 1 week, 2 weeks, 3 weeks, 30 days.
41
-
Scope | This specifies what type of access is needed for each API. See the list of [supported scopes](#supported-scopes).
41
+
Scope | This specifies what type of access you need for each API. See the list of [supported scopes](#supported-scopes).
42
42
5. Click **Create**.
43
43
44
44
Once you create your OAuth app, you can now connect a source to your OAuth app.
@@ -79,7 +79,7 @@ To request the access token, run:
79
79
## Edit an OAuth application
80
80
To edit an existing OAuth application:
81
81
82
-
1. Navigate to **Settings > Workspace** settings and select the **Access Management** tab.
82
+
1. Navigate to **Settings > Workspace settings** and select the **Access Management** tab.
83
83
2. Select the **OAuth application** tab within the **Access Management** page.
84
84
3. Click the application name of the OAuth application you want to edit.
85
85
4. On the **Overview** tab you can:
@@ -97,7 +97,7 @@ To edit an existing OAuth application:
97
97
98
98
## Delete an OAuth app
99
99
> info ""
100
-
> In order to delete an OAuth app, you must remove all connected sources from the app.
100
+
> To delete an OAuth app, you must remove all connected sources from the app.
101
101
102
102
To delete an OAuth app:
103
103
1. Navigate to **Settings > Workspace settings** and select the **Access Management** tab.
0 commit comments