Search code examples
validationoutlook-addinoffice-jsaccess-tokensigning

Validate UserIdentityToken with Javascript


How do i use javascript to validate the token from Office.context.mailbox.getUserIdentityTokenAsync(). Are there any javascript libraries for this?


Solution

  • Here is documentation on validating an identity token. We do not supply a JS library.