The standard way that I've been looking at and debugging with JWT tokens is via:
https://jwt.io
Now, Microsoft have come to the party with:
https://jwt.ms
It starts off with
Then you copy / paste the ID token and it will display the details.
You can see the standard attributes:
or the same thing as claims rules (if this is a more familiar format for you).
And it gives you a bit of extra context.
Enjoy!
No comments:
Post a Comment