Created
May 20, 2021 09:42
-
-
Save belgoros/f700948da9d3911c850228140fefbbf7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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