You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to add a new flag --decoded to the util accesstoken get command. By doing this, the access token is returned to the user in a decoded way exposing all the info contained in the access token.
This can save some copy/pasting to jwt.ms or jwt.io.
Example:
m365 util accesstoken get --resource sharepoint --decoded
The idea is to add a new flag
--decoded
to theutil accesstoken get
command. By doing this, the access token is returned to the user in a decoded way exposing all the info contained in the access token.This can save some copy/pasting to jwt.ms or jwt.io.
Example:
Output:
The text was updated successfully, but these errors were encountered: