Skip to content

Commit 0c32345

Browse files
authored
Update ServiceNow README.md (#16240)
1 parent 2ebf7e1 commit 0c32345

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

components/servicenow/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ First, sign into your [ServiceNow Developer Portal](https://developer.servicenow
3131
### Create the OAuth Validator app
3232

3333
1. Copy the client ID and secret from the `Pipedream` app you created above.
34-
2. Name this app `Pipedream OAuth Validator` and add the previously copied client ID and secret.
35-
3. Set the grant type to **Authorization Code** and the **Token URL** to `oauth_token.do`.
36-
4. Use the same **Redirect URL** as before.
34+
2. Go back to the **System OAuth > Application Registry > New** and select **Connect to an OAuth Provider (simplified)**
35+
3. Name this app `Pipedream OAuth Validator` and add the previously copied client ID and secret.
36+
4. Set the grant type to **Authorization Code** and the **Token URL** to `oauth_token.do`.
37+
5. Use the same **Redirect URL** as before.
3738

38-
5. Visit [Pipedream's account page](https://pipedream.com/accounts), and click **Click Here to Connect An App**. Search for **ServiceNow** and select it. Enter the client ID, client secret, and your instance name (e.g., `dev98042` from `https://dev98042.service-now.com/`).
39+
6. Visit [Pipedream's account page](https://pipedream.com/accounts), and click **Click Here to Connect An App**. Search for **ServiceNow** and select it. Enter the client ID, client secret, and your instance name (e.g., `dev98042` from `https://dev98042.service-now.com/`).
3940

40-
6. Press **Connect**. A new window will prompt you to login to your ServiceNow instance, authorizing Pipedream's access to the ServiceNow REST API.
41+
7. Press **Connect**. A new window will prompt you to login to your ServiceNow instance, authorizing Pipedream's access to the ServiceNow REST API.
4142

4243
## ServiceNow Authorization Reference
4344

0 commit comments

Comments
 (0)