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 Two-Step verification button.

  • Click on the Turn On button under the Two-Step Verification option in the Additional Security Section.

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

  • Click on the Set up a different Authenticator app option.

  • On the Authenticator app setup page, click on the I can't see the bar code option.

  • Copy the Secret Key and provide it as input.

Output

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

Last updated