Skip to content

Instantly share code, notes, and snippets.

@volkflo
Created January 26, 2021 07:44
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 volkflo/8ce36aa6861596c10e1092f1b39603c6 to your computer and use it in GitHub Desktop.
Save volkflo/8ce36aa6861596c10e1092f1b39603c6 to your computer and use it in GitHub Desktop.
JWT-Token
{
"exp": 1611647073,
"iat": 1611646773,
"jti": "003599cf-f23c-482a-a21f-6e0b11efa9df",
"iss": "https://vagrantguest/pas/keycloak/realms/PAS",
"aud": [
"realm-management",
"account"
],
"sub": "71f150d0-41f6-11e7-a49f-4943fdcbc832",
"typ": "Bearer",
"azp": "kibana",
"session_state": "f10bf2e1-182b-466a-a0bf-d92f661333f6",
"acr": "1",
"allowed-origins": [
"*"
],
"realm_access": {
"roles": [
"elasticadmin",
"offline_access",
"devportaluser",
"uma_authorization",
"apiadmin",
"apiuser"
]
},
"resource_access": {
"realm-management": {
"roles": [
"view-users",
"query-groups",
"query-users"
]
},
"account": {
"roles": [
"manage-account",
"manage-account-links",
"view-profile"
]
}
},
"scope": "pas_user profile email",
"keycloakId": "71f150d0-41f6-11e7-a49f-4943fdcbc832",
"email_verified": true,
"loginId": "support.is",
"roles": [
"elasticadmin",
"offline_access",
"devportaluser",
"uma_authorization",
"apiadmin",
"apiuser"
],
"name": "BPaaS Support",
"preferred_username": "support.is",
"locale": "de",
"given_name": "BPaaS",
"family_name": "Support",
"uuid": "71f150d0-41f6-11e7-a49f-4943fdcbc832",
"email": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment