OAuth2 Auth. Code Tester
Object Definition
Object Type | Page |
Object ID | 70327088 |
Object Name | QWETB OAuth2 Auth. Code Tester |
Source Table | |
Controls
Type |
Caption |
ToolTip |
Field |
OAuth2 Flow |
Specifies the OAuth2 Flow to use when acquiring an AccessToken. |
Field |
Client Id (Application Id) |
Specifies the Client Id of the Azure App Registration that will be used when acquiring an AccessToken. |
Field |
Client Secret |
Specifies the Client Secret for the Azure App Registration that will be used when acquiring an AccessToken. |
Field |
Resource URL |
Specifies the Resource URL (aka. Scope) that the Access Token should be requested for. Use "https://api.businesscentral.dynamics.com/.default" for an Access Token that will be used for accessing Business Central. Separate different resources with a space character. |
Field |
AAD Tenant Id |
Specifies the AAD Tenant Id for the tenant for which the Access Token should be requested. An empty AAD Tenant Id will be replaced with the current AAD Tenant Id. |
Field |
Prompt Interaction |
Specifies the prompting behavior of the authorization window. |
Field |
Use Server Cache |
Specifies if the AccessToken should be retrieved from the server cache. |
Field |
API Url |
Specifies the URL to the API called by the "Call API" action. |
Action |
Authenticate |
Shows a window where the user must authenticate, with the given Azure Application. |
Action |
Show AccessToken |
Shows the retrieved AccessToken in a message for further analysis. |
Action |
Show Claims |
Shows the Claims of the retrieved AccessToken in a message for further analysis. |
Action |
Open jwt.ms |
Opens Microsoft site for JWT parsing, jwt.ms. |
Action |
Call API |
Calls the configured API Url with the last fetched AccessToken. |
This documentation is generated from Smart Toolbox v26.0.240276.0