-
Notifications
You must be signed in to change notification settings - Fork 1
/
hawtio-demo-realm.json
102 lines (102 loc) · 2.75 KB
/
hawtio-demo-realm.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"realm": "hawtio-demo",
"registrationAllowed": true,
"enabled": true,
"clients": [
{
"clientId": "hawtio-client",
"enabled": true,
"redirectUris": [
"http://localhost:8080/*",
"http://localhost:8181/*",
"http://localhost:10000/*",
"http://localhost:10001/*",
"http://0.0.0.0:8080/*",
"http://0.0.0.0:8181/*",
"http://0.0.0.0:10000/*",
"http://0.0.0.0:10001/*"
],
"webOrigins": ["+"],
"bearerOnly": false,
"standardFlowEnabled": true,
"directAccessGrantsEnabled": true,
"publicClient": true,
"attributes": {
"pkce.code.challenge.method": ""
}
}
],
"users": [
{
"username": "admin",
"enabled": true,
"totp": false,
"emailVerified": false,
"firstName": "Admin",
"lastName": "Hawtio",
"email": "[email protected]",
"credentials": [
{
"type": "password",
"hashedSaltedValue": "lVKP+Q9eCLjfaPQs1581XFphVHHbrI5dsnFYa4sYxzP2ZT9mdPCNOKGK9yts3NYrgr1jgGdu/gtSqXh/PxWvwA==",
"salt": "uysYXjMukx9lNodzEuw/qw==",
"hashIterations": 27500,
"algorithm": "pbkdf2-sha256",
"temporary": false
}
],
"requiredActions": [],
"realmRoles": ["user", "viewer", "manager", "admin"],
"clientRoles": {
"account": ["view-profile", "manage-account"]
}
},
{
"username": "viewer",
"enabled": true,
"totp": false,
"emailVerified": false,
"firstName": "Viewer",
"lastName": "Hawtio",
"email": "[email protected]",
"credentials": [
{
"type": "password",
"hashedSaltedValue": "oU80vldSnPVT17jNoQX2tQQxZ+VToIcz6Ea6y5irQbIPsCYkRvKOvoJ2BthGr95AXsNs/lIFjXUswqe4pa24PA==",
"salt": "x8MOfkM/ynakMcCVBUXQDA==",
"hashIterations": 27500,
"algorithm": "pbkdf2-sha256",
"temporary": false
}
],
"requiredActions": [],
"realmRoles": ["user", "viewer"],
"clientRoles": {
"account": ["view-profile", "manage-account"]
}
},
{
"username": "jdoe",
"enabled": true,
"totp": false,
"emailVerified": false,
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"credentials": [
{
"type": "password",
"hashedSaltedValue": "ltSl89y75f8LTzoT646xO9NPTrm114ubTauplgw+TQ62ZDy8K89+y7jFzp/jnSvEh9TENQ4RRvNA6vdGOUDcXg==",
"salt": "m8PY6Q9lICl9BHSS03D2Ug==",
"hashIterations": 1,
"temporary": false
}
],
"requiredActions": [],
"realmRoles": ["user"],
"clientRoles": {
"account": ["view-profile", "manage-account"]
}
}
]
}