Step Details |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Get Microsoft Auth Token step retrieves a Microsoft 365 authentication token that can be used by other Microsoft Teams steps within a flow. This step enables workflows to dynamically obtain a valid token based on configured credentials and permissions in Azure.
Teams Connection
| Property | Description | Data Type |
|---|
| Selected Auth Token | Selects the Microsoft 365 authentication configuration used to generate the token. The available options are based on configured connections. | Dropdown |
| Use FlowData for Auth Token | When enabled, it allows the authentication configuration to be supplied dynamically via Flow data instead of selecting a predefined option. | Boolean |
Outputs
| Property | Description | Data Type |
|---|
| Auth Token | Returns the generated Microsoft 365 authentication token that can be used for subsequent Microsoft Teams API calls. | MicrosoftAuthenticationToken |
| Token Name | Represents the name of the authentication token retrieved by the step, which can be used to map and pass the token to other steps within the flow. | String |


Step Changes
| Description | Version | Date | Developer Task |
|---|
| The Get Microsoft Auth Token step was introduced. | 9.25 | May 2026 | DT-046397 |