Skip to content

Instantly share code, notes, and snippets.

@rajavijaysingh
Last active August 26, 2023 07:29
Show Gist options
  • Save rajavijaysingh/4fbad44ce5ca0c6507851cc6968b0fbd to your computer and use it in GitHub Desktop.
Save rajavijaysingh/4fbad44ce5ca0c6507851cc6968b0fbd to your computer and use it in GitHub Desktop.
jwt access token
{
"exp": 1693055360,
"iat": 1693033760,
"jti": "21404ce2-be23-4952-93b9-ca3eb7ce99f6",
"iss": "https://dev.ndhm.gov.in/auth/realms/central-registry",
"aud": "account",
"sub": "0c9a9970-36bc-4c55-a15d-e4828a325492",
"typ": "Bearer",
"azp": "SBX_002532",
"session_state": "9e0fadc6-0688-4b86-bc2e-11d537b7cfae",
"acr": "1",
"allowed-origins": [
"http://localhost:9007"
],
"realm_access": {
"roles": [
"hiu",
"offline_access",
"healthId",
"OIDC",
"hip"
]
},
"resource_access": {
"SBX_002532": {
"roles": [
"uma_protection"
]
},
"account": {
"roles": [
"manage-account",
"manage-account-links",
"view-profile"
]
}
},
"scope": "openid email profile",
"clientHost": "10.233.68.10",
"clientId": "SBX_002532",
"email_verified": false,
"preferred_username": "service-account-sbx_002532",
"clientAddress": "10.233.68.10"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment