Codeunit 6300 Azure AD Mgt. in 28
- App
- Base Application
- Namespace
- System.Azure.Identity
Versions171819202122232425262728latest
Source29
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetAuthCodeUrl | (Text) | Text | public | - |
| GetGuestAccessToken | (Text, Text) | Text | public | - |
| GetOnBehalfAccessTokenAndTokenCacheState | (Text, var Text) | Text | public | - |
| GetTokenFromTokenCacheState | (Text, Text, Text, var Text) | Text | public | - |
| GetAzureADAuthEndpoint | () | Text | public | - |
| GetDefaultRedirectUrl | () | Text[150] | public | - |
| GetRedirectUrl | () | Text[150] | public | - |
| GetO365Resource | () | Text | public | - |
| GetO365ResourceName | () | Text | public | - |
| IsSaaS | () | Boolean | public | - |
| GetInitialTenantDomainName | () | Text | public | - |
| IsAzureADAppSetupDone | () | Boolean | public | - |
| GetLastErrorMessage | () | Text | public | - |
| AcquireTokenByAuthorizationCodeAsSecretText | (SecretText, Text) | SecretText | public | - |
| GetAccessTokenAsSecretText | (Text, Text, Boolean) | SecretText | public | - |
| GetOnBehalfAccessTokenAsSecretText | (Text) | SecretText | public | - |
| CreateExchangeServiceWrapperWithToken | (SecretText, var DotNet ExchangeServiceWrapper) | public | - |