Authentication :: OAuth [OAuth]
Contents
Description
Authenticate using ServiceNow instance username, password and clientid, clientsecret
Instructions
To get your OAuth client ID / ClientSecret perform the below steps:
- Login to your instance https://{your-instance-id}.service-now.com/.
- Click on All > System OAuth > Application Registry (or just search for "Application Registry" under All menu)
- You can also Navigate to "Application Registry" using this link (Replace your instance-id in link) https://{your-instance-id}.service-now.com/now/nav/ui/classic/params/target/oauth_entity_list.do.
- Click on "New" button (see top-right corner for most user) and select "Create an OAuth API endpoint for external clients".
- Fill out the form according to your requirement and click "Submit". If you are unsure then populating the "Name" field will suffice. Please note down the "Client ID" and "Client Secret" as they will be used later.
- Go back to Connection UI and enter your UserName, Password and ClientID, Secret.
- To create new User you can go to All > Organization > Users
- Click Test Connection.