-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeycloak_data_example.json
57 lines (57 loc) · 1.36 KB
/
keycloak_data_example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"exp": 1696094863,
"iat": 1696094563,
"auth_time": 1696090817,
"jti": "5e11db3d-6ff2-496d-1234-fab4e4a3c8b2",
"iss": "http://localhost:8080/realms/test",
"aud": [
"test-backend",
"broker",
"account"
],
"sub": "f7458d9a-56a7-1234-866b-72423c3555c3",
"typ": "Bearer",
"azp": "test-frontend",
"session_state": "37946137-36ed-1234-9d9c-4edebba57d90",
"name": "eeeeeeeeee e",
"given_name": "eeeeeeeeee",
"family_name": "e",
"preferred_username": "asd",
"email": "[email protected]",
"email_verified": false,
"acr": "0",
"allowed-origins": [
"/*"
],
"realm_access": {
"roles": [
"default-roles-test",
"offline_access",
"uma_authorization"
]
},
"resource_access": {
"test-backend": {
"roles": [
"test-user"
]
},
"broker": {
"roles": [
"read-token"
]
},
"account": {
"roles": [
"manage-account",
"manage-account-links",
"view-profile"
]
}
},
"scope": "openid profile email read_token",
"sid": "37946137-36ed-1234-9d9c-4edebba57d90",
"client_id": "test-frontend",
"username": "asd",
"active": true
}