Skip to content

Instantly share code, notes, and snippets.

@belgoros
Created May 20, 2021 09:42
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 belgoros/f700948da9d3911c850228140fefbbf7 to your computer and use it in GitHub Desktop.
Save belgoros/f700948da9d3911c850228140fefbbf7 to your computer and use it in GitHub Desktop.
{
"exp": 1621497315,
"iat": 1621497015,
"jti": "b390e0bc-292f-423d-9eb9-8eeced0b5272",
"iss": "http://localhost:8080/auth/realms/Demo-Realm",
"aud": "account",
"sub": "aefc221c-1402-41b4-8fb0-4be2eaa003f2",
"typ": "Bearer",
"azp": "springboot-microservice",
"session_state": "93bf159e-c617-4436-9891-a0f0333e37d9",
"acr": "1",
"allowed-origins": [
"http://localhost:8080"
],
"realm_access": {
"roles": [
"offline_access",
"uma_authorization",
"app-user"
]
},
"resource_access": {
"springboot-microservice": {
"roles": [
"user"
]
},
"account": {
"roles": [
"manage-account",
"manage-account-links",
"view-profile"
]
}
},
"scope": "email profile",
"email_verified": true,
"preferred_username": "employee1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment