-
Notifications
You must be signed in to change notification settings - Fork 5
/
data.json
55 lines (55 loc) · 1.8 KB
/
data.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
{
"realms": [
{
"name": "myapp",
"token_expiration": 330,
"refresh_expiration": 200,
"clients": [
{
"id": "d4dc483d-7d0d-4d2e-a0a0-2d34b55e5a14",
"name": "test-service-app-client",
"type": "confidential",
"auth": {
"type": 1,
"value": "fb6Z4RsOadVycQoeQiN57xpu8w8wplYz"
}
}
],
"users": [
{
"info": {
"sub": "667ff6a7-3f6b-449b-a217-6fc5d9ac0723",
"email_verified": false,
"roles": [
"admin"
],
"name": "admin sys",
"preferred_username": "admin",
"given_name": "admin",
"family_name": "sys"
},
"credentials": {
"password": "1s2d3f4g90xs"
}
},
{
"info": {
"sub": "8be91328-0f85-408f-966a-fd9a04ce94d9",
"email_verified": false,
"roles": [
"1stfloor",
"manager"
],
"name": "ivan ivanov",
"preferred_username": "vano",
"given_name": "ivan",
"family_name": "ivanov"
},
"credentials": {
"password": "qwerty_user"
}
}
]
}
]
}