Print your Entra (Azure AD) tenant ID. # Entra publishes per-tenant OIDC metadata at this well-known URL. # The `issuer` field is https://login.microsoftonline.com ...
Mint a self-signed dev token for local testing of app.py. First run generates dev_private.pem + dev_jwks.json in the current directory. Subsequent runs reuse them.