Authentication Application Credentials
Contents
Description
OAuth App must be created in Microsoft Azure AD. These settings typically found here https://docs.microsoft.com/en-us/graph/auth-v2-service [API reference]
Instructions
Parameters
Parameter | Label | Required | Default value | Options | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TokenUrl | Token URL | YES |
|
|
|||||||||||||||||||||||||||||||
ClientId | Client ID | YES |
|
||||||||||||||||||||||||||||||||
ClientSecret | Client Secret | YES |
|
||||||||||||||||||||||||||||||||
Scope | Scope | YES |
offline_access~email~Mail.Read~Mail.Read.Shared~Mail.ReadBasic~Mail.ReadBasic.Shared~openid~profile~User.Read~User.ReadBasic.All~Mail.ReadWrite~Mail.ReadWrite.Shared~Mail.Send~Mail.Send.Shared~
|
|
|
||||||||||||||||||||||||||||||
RetryMode | RetryMode |
RetryWhenStatusCodeMatch
|
|
|
|||||||||||||||||||||||||||||||
RetryStatusCodeList | RetryStatusCodeList |
429|503
|
|
||||||||||||||||||||||||||||||||
RetryCountMax | RetryCountMax |
5
|
|
||||||||||||||||||||||||||||||||
RetryMultiplyWaitTime | RetryMultiplyWaitTime |
True
|
|