Skip to content

Instantly share code, notes, and snippets.

@belgoros
Created May 20, 2021 09:40
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/5e2118048127b40e758787f442c75d18 to your computer and use it in GitHub Desktop.
Save belgoros/5e2118048127b40e758787f442c75d18 to your computer and use it in GitHub Desktop.
{
"aud": [
"server"
],
"iat": 1621503452,
"auth_time": 1621503452,
"exp": 1621539452,
"iss": "http://localhost:8080/auth/realms/Demo-Realm",
"sub": "user",
"scope": "openid",
"typ": "Bearer",
"azp": "client",
"preferred_username": "employee1",
"realm_access": {
"roles": [
"app-user"
]
},
"resource_access": {
"springboot-microservice": {
"roles": [
"user"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment