-
Notifications
You must be signed in to change notification settings - Fork 6
/
dex.dev.yaml
66 lines (60 loc) · 2.25 KB
/
dex.dev.yaml
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
# Copyright © VNG Realisatie 2022
# Licensed under the EUPL
issuer: http://dex.shared.nlx.local:5556
enablePasswordDB: true
storage:
type: sqlite3
config:
file: /tmp/dex.db
web:
http: 0.0.0.0:5556
oauth2:
responseTypes: ["code", "token"]
passwordConnector: local
staticClients:
- id: nlx-management-a
name: "NLX Management (A)"
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
redirectURIs:
- "http://management.organization-a.nlx.local:3011/oidc/callback"
- id: nlx-management-b
name: "NLX Management (B)"
secret: 9zARoHZ6xmV4TGYfwd47v67W
redirectURIs:
- "http://management.organization-b.nlx.local:3021/oidc/callback"
staticPasswords:
- email: "[email protected]"
username: "admin"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "admin"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bc"
- email: "[email protected]"
username: "edward"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "Edward van Gelderen"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bc"
- email: "[email protected]"
username: "eelco"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "Eelco Hotting"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bc"
- email: "[email protected]"
username: "ronald"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "Ronald Koster"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bc"
- email: "[email protected]"
username: "niels"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "Niels Dequeker"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bc"
- email: "[email protected]"
username: "henk"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "Henk van Maanen"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bc"
- email: "[email protected]"
username: "readonly"
hash: "$2b$10$ZQSq.0GOPgONI.iuOimr1el5uWT7vm4g/Z3Ahs/LDylufGl4gleWa" # login password: development
name: "readonly"
userID: "23b027bf-b1b1-4a08-b95b-921d4afc38bd"