Validates Microsoft access token and checks whether the claimed identity (email) corresponds to that of the token.

If valdation pass, returns token generated by Bezala (similar to /auth/token API method).

Use this token either by adding it to “Authorization” request header (preferred method) or to “token” request param.

Note: “Authorization” header value format is the following: “Bearer token”, request param value is just the token.

Params

Param name Description
email
required

User’s email (claimed identity)

Validations:

  • Must be a String

microsoft_access_token
required

Access token received via Microsoft’s OAuth2

Validations:

  • Must be a String