Module 4 - Prequistes - ServiceNow setup
A ServiceNow Environment will be requirement to enable our integration to create and interact with incident tickets. Important: Use your personal email address when creating your ServiceNow Environment
-
Register a new account with ServiceNow:
https://signon.service-now.com/x_snc_sso_auth.do?pageId=sign-up
-
Fill out the registration form:
-
You will receive an Email Verification Code:
-
Navigate to the developer portal:
https://developer.servicenow.com/dev.do
(if prompted, sign in using the account created above)
-
Request a Developer Instance
-
Click the Start Building link:
Configure OAuth Authentication
We will need to configure an OAuth API endpoint to enable our logic apps to authenticate to our ServiceNow instance
-
Navigate to the
OAuth -> Application Registry
section-
Using the top navigation menu
- Select
All
- Enter
OAuth
in the search box - Select
Application Registery
- Select
-
-
Select
New
-
Select
Create an OAuth API endpoint for external clients
-
Configure the OAuth API endpoint as follows:
- Name:
logic-apps-client
- Client Secret: [leave blank]
- this will be auto generated on save
- Redirect URL: https://logic-apis-northcentralus.consent.azure-apim.net/redirect
- Click
Submit
- Name:
-
Save the
Client ID
,Client Secret
and theInstance Name
created in this module for late steps when configuring the Logic Apps connection to ServiceNow