Configure OAuth application in Microsoft Azure
Create an OAuth application in Microsoft Azure to verify and authorize connection requests from your ServiceNow instance.
始める前に
Role required: admin
Access to Microsoft Azure portal to create an OAuth application.
手順
-
Register an application on Microsoft Azure.
- Log in to https://portal.azure.com/.
-
Select App registrations.
- On the App registrations page, select + New registration.
-
Fill the form.
表 : 1. Register an application Field Description Name Custom name of the OAuth application that you are creating. Supported account types Accounts the tenant in Microsoft Azure AD directory supports. Redirect URI The redirect URL to your ServiceNow instance that requests connection to Microsoft SharePoint online. From the Select a platform list, select Web and enter your ServiceNow instance URL in the format https://<instance-name>.service-now.com/oauth_redirect.do. -
Select Register.
The OAuth app is registered.
-
To get the application ID, from the OAuth application page, copy the Application (client) ID.
You need the Application (client) ID when you set up the connection record for Microsoft SharePoint Graph. -
Get the client secret.
-
On the OAuth application page, select Certificates & secrets.
-
Select + New client secret.
-
Set up the client secret.
- Description: A contextual description of the client secret.
- Expires: Time limit after which the client secret is invalid.
注:You need the client secret when you set up the connection record for Microsoft SharePoint Graph. -
Select Add.
The Client secret is generated.
-
Copy the secret and store at a secure place.
-
On the OAuth application page, select Certificates & secrets.