Skip to content

Instantly share code, notes, and snippets.

@harsimranmaan
Created March 1, 2023 02:38
Show Gist options
  • Save harsimranmaan/a370fc09e9f09cfb00051039c7ce1e96 to your computer and use it in GitHub Desktop.
Save harsimranmaan/a370fc09e9f09cfb00051039c7ce1e96 to your computer and use it in GitHub Desktop.
JWT id token
{
"aClaimAboutThePrincipal": "aValue",
"aud": "sts.amazon.com",
"exp": 1677641811,
"https://aws.amazon.com/tags": {
"principal_tags": {
"anotherAttributeFromMetadata": [
"Vancouver"
],
"department": [
"hr"
]
},
"transitive_tag_keys": [
"department"
]
},
"iat": 1677638211,
"iss": "https://a-public-endpoint-that-aws-can-access-to-get-verification-key/v1/identity/oidc",
"namespace": "root",
"sub": "d013813f-441c-f850-7010-827abcd2c575"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment