-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-oidc-conformance.yml
More file actions
69 lines (69 loc) · 1.87 KB
/
config-oidc-conformance.yml
File metadata and controls
69 lines (69 loc) · 1.87 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
server:
logLevel: debug
secret: WRYldij9ebtDZ5VJSsxNAfCZ
privateKey: ./.test_files/rsa256key.pem
addr: :8082
tls:
addr: :8083
keys:
cert: ./.test_files/server.crt
key: ./.test_files/server.key
clients:
- id: oidc # pw: bar
clientSecret: 1efcbc37f7d7e2f9f8cf009b91c95b2b7b913b89d36a21a05da1e3cb396ed1ab0e596e2b649e9407367e40d852ac4d0abfcfc1c4227eb661385e9f2e0f3203ca
salt: 321
accessTTL: 30
refreshTTL: 45
idTTL: 45
oidc: true
passwordFallbackAllowed: true
privateKey: ./.test_files/ecdsa521key.pem
redirects:
- https://localhost.emobix.co.uk:8443/test/a/instructions-example/callback
- id: oidc2 # pw: foo
clientSecret: d2994b96f7fafa7303a4bce00f7135e88f950ae87fdf8c0b95428803f6c78337ecfab4062e0ca68a177de97490660e5aa31981e5ee4b97b291301b2edbc0788f
salt: 789
accessTTL: 30
refreshTTL: 45
idTTL: 45
oidc: true
privateKey: ./.test_files/ecdsa521key.pem
redirects:
- https://localhost.emobix.co.uk:8443/test/a/instructions-example/callback
users:
- username: foo
password: 695e6f39f5ffd36ae60e0ade727c892d725531455a19c6035cb739d099e8f20e63d3fdfd3241888e38de1d8db85532dd65f817b12fe33ac7cdcc358ef6c8ea23
salt: moo
roles:
testclient:
- foo_role
- bar_role
userProfile:
givenName: John
middleName: Ron
familyName: Doe
nickname: foo
gender: other
birthDate: 1979-01-17
zoneInfo: Europe/Berlin
locale: de-DE
website: https://stopnik.webish.dev
profile: https://stopnik.webish.dev
picture: https://stopnik.webish.dev/img/stopnik.svg
userInformation:
email: jone.doe@foo.com
emailVerified: true
phoneNumber: 555 1234 5678
phoneNumberVerified: true
address:
street: Mainstreet 1
city: Sometown
postalCode: 12345
country: Boom
classification:
- user: foo
claims:
- name: role
values:
- foo_role
- bar_role