Property | Description |
---|---|
Client ID | The Client ID is the public identifier for your Microsoft Teams app. |
Client Secret | The Client Secret is the secret known only to the application and the authorization server. |
Tenant ID | A unique identifier assigned to your application when you register it to Azure AD. |
Base URL | The base URL where the Microsoft API is hosted. For example: https://graph.microsoft.com |
Access Token URL | The URL to generate the access token: https://www.linkedin.com/oauth/v2/accessToken. |
Redirect URL | Configure the application to include the Redirected URL. The Redirect URL can be found on the screen while creating the connection. |
Access Token | Specifies security token which grants access to the given REST endpoint in OAuth 2.0 |
Refresh Token | This is used to get a new access token. |
Authorize button | Click to generate the access token. |