Register Microsoft Exchange Online as the OAuth provider
Register Microsoft Exchange Online as the OAuth provider so that your Walk-up Experience instance can request OAuth 2.0 tokens.
Before you begin
Role required: admin
About this task
Use the information generated during the registration of the application in the Microsoft Azure portal.
Procedure
Navigate to All > System OAuth > Application Registry.
Open the record Microsoft Exchange Online.
On the form, fill in the fields.
| Field | Description | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Name to identify the record. For example, `Microsoft Exchange Online`. | ||||||||||||||||||||||
| Client ID | Application ID created during application registration. | ||||||||||||||||||||||
| Client Secret | Client secret created during application registration. | ||||||||||||||||||||||
| OAuth API Script | Optional script to customize the request and response. | ||||||||||||||||||||||
| Logo URL | URL that contains an image to use as the application logo. | ||||||||||||||||||||||
| Default Grant Type | Grant type used to establish the token. Select Authorization Code. | ||||||||||||||||||||||
| Refresh Token Lifespan | Time, in seconds, that the refresh token is valid. The default time is 8,640,0000 seconds. | ||||||||||||||||||||||
| PKCE required | Option to enable public clients to require PKCE for an authorization.Note: You can use only Authorization Code as the Default Grant type when PKCE is enabled. | ||||||||||||||||||||||
| Application | Application scope that contains this record. | ||||||||||||||||||||||
| Accessible from | Application scope that this registry is accessible from. | ||||||||||||||||||||||
| Active | Option to use the application registry. | ||||||||||||||||||||||
| Authorization URL | OAuth authorization code endpoint. Enter `https://login.microsoftonline.com/| Token URL | OAuth server token endpoint. Enter `https://login.microsoftonline.com/ | Token Revocation URL | OAuth server token revocation endpoint. | Redirect URL | OAuth callback endpoint. Enter `https:// | Use mutual authentication | Option to use mutual authentication for token request and revocation. This option requires a mutual authentication profile to be specified. | Send Credentials | Client credentials in the request. |
Parent Topic:Set up Microsoft Office 365 integration for Walk-up Experience |