Advertisement
zsolti900

Untitled

Aug 3rd, 2023
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. {
  2. "typ": "JWT",
  3. "nonce": "*********************************",
  4. "alg": "RS256",
  5. "x5t": "*********************************",
  6. "kid": "*********************************"
  7. }.{
  8. "aud": "https://graph.microsoft.com",
  9. "iss": "https://sts.windows.net/*********************************/",
  10. "iat": 1691067876,
  11. "nbf": 1691067876,
  12. "exp": 1691071776,
  13. "aio": "*********************************",
  14. "app_displayname": "MailApiDEV",
  15. "appid": "*********************************",
  16. "appidacr": "1",
  17. "idp": "https://sts.windows.net/*********************************/",
  18. "idtyp": "app",
  19. "oid": "*********************************",
  20. "rh": "0.*********************************.",
  21. "roles": [
  22. "Mail.ReadWrite",
  23. "Mail.ReadBasic.All",
  24. "Directory.Read.All",
  25. "User.Read.All",
  26. "Mail.Read",
  27. "Mail.Send",
  28. "Contacts.Read",
  29. "Mail.ReadBasic"
  30. ],
  31. "sub": "*********************************",
  32. "tenant_region_scope": "EU",
  33. "tid": "*********************************",
  34. "uti": "*********************************",
  35. "ver": "1.0",
  36. "wids": [
  37. "*********************************"
  38. ],
  39. "xms_tcdt": 1691057238
  40. }.[Signature]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement