Get Microsoft Token

Gets the Microsoft Token.

This activity is used to retrieve the Microsoft Authentication Token, based on the secret key input.

Input

  • Secret Key: String Argument Required Specifies the secret key required for authentication.

To get the Microsoft Secret Key

  • Log in to your Microsoft account and go to the Microsoft account => Security Basics page or go to the Url https://account.microsoft.com/security.

  • Click on the Next button to continue with enabling the 2 step verification.

Output

  • Token: String Variable Specifies an output variable that stores the auth token.

Last updated