-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
76 lines (65 loc) · 2.08 KB
/
config.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
67
68
69
70
71
72
73
74
75
76
muleHost: 'http://do-qas-esb-01.do.viaa.be:10006'
endpoints:
stats: '/api/report/global'
report:
mam:
last-day: '/api/report/mam?gran=last-day'
last-week: '/api/report/mam?gran=last-week'
last-month: '/api/report/mam?gran=last-month'
last-year: '/api/report/mam?gran=last-year'
all-time: '/api/report/mam?gran=all-time'
ams:
last-day: '/api/report/ams?gran=last-day'
last-week: '/api/report/ams?gran=last-week'
last-month: '/api/report/ams?gran=last-month'
last-year: '/api/report/ams?gran=last-year'
all-time: '/api/report/ams?gran=all-time'
# used to map SAML data to available services
services:
map:
mediahaven: 'MAM'
amsweb: 'AMS'
FTP: 'FTP'
skryvweb: 'DBS'
always:
FTP: true
# general app settings
app: # used in console to tell which app is started
name: 'mijn.VIAA'
port: 80
sessionSecret: 'mijnVIAAetc'
# toggle to show api links on /api/docs
showApiDocs: true
# replace all outgoing calls to Mule by dummy data
dummyRequest: false
# fake that these services are available when not logged in
fakeServicesAvailable: null
# api delay for testing graph loading
apiDelay:
min: 0
max: 0
# show extended error messages in api call responses
showErrors: false
# log errors in server console
logErrors: false
authenticationEnabled: false
# settings for authentication
passport:
strategy: 'saml'
saml:
# URL that goes from the Identity Provider -> Service Provider
callbackUrl: 'mijn-qas.viaa.be/login/callback'
# URL that goes from the Service Provider -> Identity Provider
entryPoint: 'https://idp-qas.viaa.be/saml2/idp/SSOService.php'
# Url to logout from the Identity Provider
logoutUrl: 'https://idp-qas.viaa.be/saml2/idp/SingleLogoutService.php'
issuer: 'mijn-tst.viaa.be'
identifierFormat: null
# Service Provider private key
#decryptionPvk: ''
# Service Provider Certificate
#privateCert: ''
# Identity Provider's public key
cert: ''
validateInResponseTo: false
disableRequestedAuthnContext: true