Connectors
...
Actions
Decode Generated Bearer Token
4 min
description decodes a jwt token to expose the contents of microsoft defender bearer tokens, aiding in integration tasks endpoint method get output example \[ { "data" { "aud" "00000002 0000 0000 c000 000000000000", "iss" "https //sts windows net/f5d73c4c bb3d 421b 8bee 424916a4acca/", "iat" 1711522981, "nbf" 1711522981, "exp" 1711526881, "aio" "e2ngynbqzq9y5r7ip+fo4k0fvva1aqa=", "appid" "c806de2d 6f0a 4fcf 91b9 fc285ee6da31", "appidacr" "1", "idp" "https //sts windows net/f5d73c4c bb3d 421b 8bee 424916a4acca/", "oid" "84e31d9d b042 4ced 8437 7c17db9ee8b4", "rh" "0 as0atdzx9t27g0kl7kjjfqssygiaaaaaaaaawaaaaaaaaaataaa ", "sub" "84e31d9d b042 4ced 8437 7c17db9ee8b4", "tenant region scope" "na", "tid" "f5d73c4c bb3d 421b 8bee 424916a4acca", "uti" "hbp57z85nea5e8fetawzaa", "ver" "1 0" } } ] output parameters data (object) aud (string) iss (string) iat (number) nbf (number) exp (number) aio (string) appid (string) appidacr (string) idp (string) oid (string) rh (string) sub (string) tenant region scope (string) tid (string) uti (string) ver (string)