Working with API’s, or calling the Microsoft Graph API, you’ve probably seen them those JSON Web Tokens (or JWT for short). It’s a way to securely transmit information between parties. But how do you validate them? In this post, I’ll show you how to validate a JWT using OpenID Connect. JWT title screen What is a JWT A JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.