-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
97 lines (97 loc) · 2.44 KB
/
sample.json
File metadata and controls
97 lines (97 loc) · 2.44 KB
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
{
"version": "1.1.2",
"policy": {
"password": {
"keep_versions": 10,
"min_length": 4,
"max_length": 128,
"require_uppercase": false,
"require_lowercase": false,
"require_number": false,
"require_non_alpha_numeric": false,
"block_reuse": false,
"block_password_change": false
},
"user": {
"min_length": 3,
"max_length": 50,
"allow_non_alpha_numeric": false,
"allow_uppercase": false
}
},
"revision": 3,
"last_modified": "2021-11-21T02:06:50.863531387-05:00",
"users": [
{
"id": "f7eca86a-b4fc-4300-914b-895b612a1ce0",
"username": "sample",
"email_address": {
"address": "sample@glauth.local",
"domain": "glauth.local"
},
"email_addresses": [
{
"address": "sample@glauth.local",
"domain": "glauth.local"
}
],
"passwords": [
{
"purpose": "generic",
"algorithm": "bcrypt",
"hash": "$2a$10$B1ro3drN6aSm0RERJ1sjG.sVChXEKpII.mEl5yrjlEv4f14dhbm/6",
"cost": 10,
"expired_at": "0001-01-01T00:00:00Z",
"created_at": "2021-11-21T07:06:20.41917048Z",
"disabled_at": "0001-01-01T00:00:00Z"
}
],
"created": "2021-11-21T07:06:20.419152669Z",
"last_modified": "2021-11-21T07:06:20.41915324Z",
"roles": [
{
"name": "admin",
"organization": "authp"
},
{
"name": "randomrole"
}
]
},
{
"id": "4e088826-76a6-4867-b702-db4e022b9f32",
"username": "ironman",
"email_address": {
"address": "ironman@glauth.local",
"domain": "glauth.local"
},
"email_addresses": [
{
"address": "ironman@glauth.local",
"domain": "glauth.local"
}
],
"passwords": [
{
"purpose": "generic",
"algorithm": "bcrypt",
"hash": "$2a$10$kpDqLtrKe7mB5zIKpVV2d.nXLR2btdcYVKUcyyTwAbEbeaSsaDI16",
"cost": 10,
"expired_at": "0001-01-01T00:00:00Z",
"created_at": "2021-11-21T07:06:50.779640654Z",
"disabled_at": "0001-01-01T00:00:00Z"
}
],
"created": "2021-11-21T07:06:50.779639389Z",
"last_modified": "2021-11-21T07:06:50.779639574Z",
"roles": [
{
"name": "superadmin"
},
{
"name": "metal"
}
]
}
]
}