Skip to content

Instantly share code, notes, and snippets.

@kmikulski
Created December 5, 2018 21:30
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 kmikulski/e9dae415e401e4681d263cfac6e1bf28 to your computer and use it in GitHub Desktop.
Save kmikulski/e9dae415e401e4681d263cfac6e1bf28 to your computer and use it in GitHub Desktop.
the description for this gist
{
"jti":"9df7224d-b9cc-4577-80e1-8550b17e3101",
"exp":1539103331,
"nbf":0,
"iat":1539103031,
"iss":"http://localhost:8080/auth/realms/MyDemo",
"aud":"my-react-client",
"sub":"b66cf217-c032-4b0c-a7c7-aeb26c4b2931",
"typ":"Bearer",
"azp":"my-react-client",
"nonce":"4eac3fb1-cf9a-4430-b538-0fba8692ec63",
"auth_time":1539103030,
"session_state":"28bd3ca8-a5fa-4109-9011-5a4846d4b8d9",
"acr":"1",
"allowed-origins":[
"http://localhost:3000"
],
"realm_access":{
"roles":[
"uma_authorization"
]
},
"resource_access":{
"account":{
"roles":[
"manage-account",
"manage-account-links",
"view-profile"
]
}
},
"name":"Jakub Mikulski",
"preferred_username":"jakub",
"given_name":"Jakub",
"family_name":"Mikulski",
"email":"test@example.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment