Skip to content

Instantly share code, notes, and snippets.

@mvniekerk
Created June 14, 2020 22:41
Show Gist options
  • Save mvniekerk/eaac68bfb49d6526974491c8e1509348 to your computer and use it in GitHub Desktop.
Save mvniekerk/eaac68bfb49d6526974491c8e1509348 to your computer and use it in GitHub Desktop.
{
"exp": 1592174137,
"iat": 1592173837,
"jti": "901550d3-c449-4a7d-b67c-db4161337418",
"iss": "http://localhost:8083/auth/realms/trucks",
"aud": [
"truck-rn",
"realm-management",
"account"
],
"sub": "4aed1fcf-c600-469f-8b8e-c90df68ae651",
"typ": "Bearer",
"azp": "truck-rn",
"session_state": "b32e4236-2af7-4ee2-9e7d-2f13a1378f64",
"acr": "1",
"realm_access": {
"roles": [
"offline_access",
"uma_authorization"
]
},
"resource_access": {
"truck-rn": {
"roles": [
"uma_protection"
]
},
"realm-management": {
"roles": [
"manage-users",
"view-users",
"query-groups",
"query-users"
]
},
"account": {
"roles": [
"manage-account",
"manage-account-links",
"view-profile"
]
}
},
"scope": "user-share email profile",
"clientId": "truck-rn",
"clientHost": "172.18.0.1",
"email_verified": false,
"preferred_username": "service-account-truck-rn",
"clientAddress": "172.18.0.1"
}
{
"exp": 1592174137,
"nbf": 0,
"iat": 1592173837,
"permissions": [
{
"scopes": [
"za.co.koperfontein.user.name"
],
"rsid": "02d0df8b-438c-420c-a403-4d5107337072"
}
],
"jti": "3d27d86a-5514-404a-b352-f22b1164737c-1592173837309",
"aud": "http://localhost:8083/auth/realms/trucks",
"sub": "4aed1fcf-c600-469f-8b8e-c90df68ae651",
"azp": "truck-rn"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment