Register WSD for Microsoft places
Register the WSD for Microsoft places application in the Microsoft Azure portal.
Before you begin
Role required: admin
Procedure
- Log in to your Microsoft Azure portal.
- Click App registrations.
- Click + New registration.
-
In the Display name field, provide the name for the application.
The values for the Application (client) ID, Directory (tenant) ID, Object ID, and Application ID URL fields are auto-generated.
-
Set the application permissions.
- Go to API permissions.
-
Under Configured permissions, add the following permissions and provide Grand admin consent for ServiceNow.
- Calendars_ReadWrite
- offline_access
- openid
- profile
- User_Read
- Go to Expose an API.
-
In the Application ID URI field, replace the application ID with the value in the Application (client) ID field.
For example: api://msplacesdemo.service-now.com/<Application (client) ID>.
-
Add a scope.
- Click + Add a scope.
- Enter the Scope name field value as access_as_user.
- Enter the Admin consent display name, Admin consent description details and select Add scope.
Scopes record is created. -
Under Authorized client applications, add clients you like to authorize by selecting +Add a client application.
-
In the Client ID field, enter the following Client Ids and select the Authorized scopes check box.
- 5e3ce6c0-2b1f-4285-8d4b-75ee78787346
- 1fec8e78-bce4-4aaf-ab1b-5451cc387264
- bc59ab01-8403-45c6-8796-ac3ef710b3e3
- 89bee1f7-5e6e-4d8a-9f3d-ecd601259da7
- 4765445b-32c6-49b0-83e6-1d93765276ca
- 0ec893e0-5785-4de6-99da-4ed124e5296c
- 27922004-5251-4030-b22d-91ecd9a37ea4
- Select Add application.
-
In the Client ID field, enter the following Client Ids and select the Authorized scopes check box.
- Go to Authentication.
-
Under Web Redirect URLs add the URI.
For example: https://msplacesdemo.service-now/sn_now_teams_ms_login.do
- Under Implicit grant and hybrid flows, select the Access tokens and ID tokens check box.
- Under Supported account types, select the required account type.
- Select Save.
What to do next
Follow up with downloading the manifest files.