These examples demonstrate how to use nginx-auth-jwt to validate tokens from your favorite auth service (e.g. Azure AD, Azure Entra and firends). As recommended, this validates the Audience (aud), Issuer (iss) Scope (scp) and Tenant Id (tid), and nginx-auth-jwt takes care of validating the signature and timestamps (nbf and exp)
The nginx-auth-jwt nginx container can be build like so:
git clone https://github.com/kjdev/nginx-auth-jwt.git