Microsoft Azure AD Access Token: Playbook
Microsoft Azure AD Access Token
Release Notes
1.0.5 (2024-03-07)
- APP-4201 - Updated to tcex 4.0.x and updated to python 3.11.x.
1.0.4 (2022-09-26)
- Fix build for both 3.6 and 3.9 python libs.
1.0.3 (2022-09-02)
- ESUP-962 - Correct submodule template for build
1.0.2 (2022-08-03)
- APP-3695 - added PY3.9 support and patched package vulnerabilities.
1.0.1 (2019-07-23)
- Updated to read inputs as variables.
1.0.0 (2019-03-05)
- Initial Release
Category
- Utility
Description
This app gets an access token for Microsoft Azure Active Directory.
Inputs
Configuration
Client ID (TypeEnum.String)
The Client ID (Application ID) configured in AAD.
Client Secret (TypeEnum.String)
The Client Secret (Key) configured in AAD.
Scope (TypeEnum.String)
The scope for the token (e.g., 'https://graph.microsoft.com/.default' or 'https://securitycenter.onmicrosoft.com/.default').
Tenant ID (TypeEnum.String)
The Tenant ID (Directory ID) configured in AAD.
Validate SSL Certificate (Boolean, Default: Selected)
Validate SSL server certificate (typically when using a proxy).
Outputs
- aad.access_token (String)
- aad.expires_in (String)
- aad.ext_expires_in (String)
- aad.json (String)
- aad.token_type (String)
Updated 5 months ago