Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrichardsz/6512f9b2b4c38620bf00e24c71b6cf2d to your computer and use it in GitHub Desktop.
Save jrichardsz/6512f9b2b4c38620bf00e24c71b6cf2d to your computer and use it in GitHub Desktop.
jwt decode samples decoded with https://jwt.io/ note: all values are obfuscated :b

endpoint : https://login.microsoftonline.com/common/oauth2/v2.0/token

response

{
  "aud": "313ae974-db44-4a02-a493-7d462ad90f7e",
  "iss": "https://sts.windows.net/78bee41c-7bfc-4b18-822a-80cd17430d5e/",
  "iat": 91498149846,
  "nbf": 34923694872,
  "exp": 75096870587,
  "acct": 0,
  "acr": "1",
  "aio": "2q6H2ySIdBge53HmCeWjQODeVKmpdZCmvbDV0Jh_uodeHG7x7sBj63Q_V5JF",
  "amr": [],
  "app_displayname": "Demo Login",
  "appid": "Tv0Uu0Kn7n*YzdKi*oLnad50E2PG21bPMk75i93P1YbS1*eNgTK4qtR7eKFa",
  "appidacr": "100",
  "family_name": "Doe",
  "given_name": "Jane",
  "idtyp": "user",
  "ipaddr": "aaa.bbb.ccc.ddd",
  "name": "Jane Doe",
  "oid": "f600587d-fd52-4837-8e1e-195a7472e442",
  "onprem_sid": "e152a96a-5b83-4e8d-a8db-52cb82fef718",
  "platf": "8",
  "puid": "100320011EBEE73C",
  "rh": "eYE_*eRGqwJl=cMGRg8*Wf48nuH3*v2EIFC3mGGFYtQc=K4CXYSNh=kxWxHY",
  "scp": "Mail.Read User.Read profile openid email",
  "signin_state": [],
  "sub": "NeGerfkUp4Wc3Imp9QN0oeffEKV0-hfZPGJC_ApOt=noJJTQ#QmcHcngADbE",
  "tenant_region_scope": "SA",
  "tid": "8vsYe6O3NDNm9dGZbnUg#XH9h6bIN*w90wGX-EeyvHGUXKNvNN_YgduHmun0",
  "unique_name": "jdoe@blindspot.com",
  "upn": "jdoe@blindspot.com",
  "uti": "Z*yigl4YqfHVNjB2MJ79O0un6lOuxtf68FGOoOm2zx5XnkywPanTp7#67hvp",
  "ver": "1.0",
  "wids": [
    "l9*Q=O1-ZVItcmDxnbcAyfw*AP835gJ6v4YD_YnHHBh8GGfyvy#B#bQvl8vY"
  ],
  "xms_st": {
    "sub": "QpH4ocWtBPP2gl0NzrPv2CAC1pbEQJDn*m3TvnxxzH=pG4kX1HbTwvXQ67e9"
  },
  "xms_tcdt": 6154654681798
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment