forked from bgrolleman/fixxx-pakjekraam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeycloak-add-user.json
63 lines (63 loc) · 1.87 KB
/
keycloak-add-user.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
[
{
"realm": "master",
"users": [
{
"username": "pakjekraam",
"enabled": true,
"credentials": [
{
"type": "password",
"hashedSaltedValue": "cy2Q5RUrGKNSa/YcDS73T62eg8ZiAaFg+u1kuJijLxDPMq+kxjcJsKF+rbXXwErsZ9eaIJ4i6XM+lESII+7SiA==",
"salt": "XtyGNx4xdcDIlnvb5PnTYA==",
"hashIterations": 100000,
"algorithm": "pbkdf2-sha256"
}
],
"realmRoles": ["admin"]
},
{
"username": "example-marktbureau",
"enabled": true,
"credentials": [
{
"type": "password",
"hashedSaltedValue": "cy2Q5RUrGKNSa/YcDS73T62eg8ZiAaFg+u1kuJijLxDPMq+kxjcJsKF+rbXXwErsZ9eaIJ4i6XM+lESII+7SiA==",
"salt": "XtyGNx4xdcDIlnvb5PnTYA==",
"hashIterations": 100000,
"algorithm": "pbkdf2-sha256"
}
],
"realmRoles": ["marktbureau"]
},
{
"username": "example-marktmeester",
"enabled": true,
"credentials": [
{
"type": "password",
"hashedSaltedValue": "cy2Q5RUrGKNSa/YcDS73T62eg8ZiAaFg+u1kuJijLxDPMq+kxjcJsKF+rbXXwErsZ9eaIJ4i6XM+lESII+7SiA==",
"salt": "XtyGNx4xdcDIlnvb5PnTYA==",
"hashIterations": 100000,
"algorithm": "pbkdf2-sha256"
}
],
"realmRoles": ["marktmeester"]
},
{
"username": "example-marktondernemer",
"enabled": true,
"credentials": [
{
"type": "password",
"hashedSaltedValue": "cy2Q5RUrGKNSa/YcDS73T62eg8ZiAaFg+u1kuJijLxDPMq+kxjcJsKF+rbXXwErsZ9eaIJ4i6XM+lESII+7SiA==",
"salt": "XtyGNx4xdcDIlnvb5PnTYA==",
"hashIterations": 100000,
"algorithm": "pbkdf2-sha256"
}
],
"realmRoles": ["marktondernemer"]
}
]
}
]