-
Notifications
You must be signed in to change notification settings - Fork 43
/
default-oidc-users.json
123 lines (123 loc) · 2.46 KB
/
default-oidc-users.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[
{
"id": "SIMPLE_OIDC_USER_HARLEY",
"email": "[email protected]",
"email_verified": true,
"name": "Harley Kiffe",
"nickname": "harley",
"password": "Password1!",
"groups": [
"Everyone",
"Sales"
]
},
{
"id": "SIMPLE_OIDC_USER_BARB",
"email": "[email protected]",
"email_verified": true,
"name": "Barb Stovin",
"nickname": "barb",
"password": "Password1!",
"groups": [
"Everyone",
"Support"
]
},
{
"id": "SIMPLE_OIDC_USER_QUINN",
"email": "[email protected]",
"email_verified": true,
"name": "Quinn Leeming",
"nickname": "quinn",
"password": "Password1!",
"groups": [
"Everyone",
"Accounting"
]
},
{
"id": "SIMPLE_OIDC_USER_SIM",
"email": "[email protected]",
"email_verified": true,
"name": "Sim Cleaton",
"nickname": "sim",
"password": "Password1!",
"groups": [
"Everyone",
"Accounting"
]
},
{
"id": "SIMPLE_OIDC_USER_PHILLIE",
"email": "[email protected]",
"email_verified": true,
"name": "Phillie Smeed",
"nickname": "phillie",
"password": "Password1!",
"groups": [
"Everyone",
"Marketing",
"Sales"
]
},
{
"id": "SIMPLE_OIDC_USER_PETA",
"email": "[email protected]",
"email_verified": true,
"name": "Peta Sammon",
"nickname": "peta",
"password": "Password1!",
"groups": [
"Everyone",
"Engineering"
]
},
{
"id": "SIMPLE_OIDC_USER_MARNE",
"email": "[email protected]",
"email_verified": true,
"name": "Marne Probetts",
"nickname": "marne",
"password": "Password1!",
"groups": [
"Everyone",
"Marketing"
]
},
{
"id": "SIMPLE_OIDC_USER_SIBYLLA",
"email": "[email protected]",
"email_verified": true,
"name": "Sibylla Meadows",
"nickname": "sibylla",
"password": "Password1!",
"groups": [
"Everyone",
"Accounting"
]
},
{
"id": "SIMPLE_OIDC_USER_EVAN",
"email": "[email protected]",
"email_verified": true,
"name": "Evan Highman",
"nickname": "evan",
"password": "Password1!",
"groups": [
"Everyone",
"Engineering"
]
},
{
"id": "SIMPLE_OIDC_USER_FRANKLIN",
"email": "[email protected]",
"email_verified": true,
"name": "Franklin Glamart",
"nickname": "franklin",
"password": "Password1!",
"groups": [
"Everyone",
"Sales"
]
}
]