-
Notifications
You must be signed in to change notification settings - Fork 0
/
i2b2_config_domains.json
45 lines (45 loc) · 1.2 KB
/
i2b2_config_domains.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
{
"urlProxy": "/~proxy",
"urlFramework": "js-i2b2/",
"lstDomains": [
{ "domain": "i2b2demo",
"name": "i2b2.org Demo",
"urlCellPM": "http://services.i2b2.org/i2b2/services/PMService/",
"allowAnalysis": true,
"debug": false
}, {
"domain": "i2b2demo",
"name": "Clinical Query 2 Demo",
"urlCellPM": "http://weberdemo.hms.harvard.edu/i2b2/CQ2ServiceProxy.php/PMService/",
"allowAnalysis": true,
"debug": false,
"saml" : {"okta": null}
}, {
"domain": "i2b2demo",
"name": "Shibboleth (localhost)",
"urlCellPM": "http://127.0.0.1/i2b2/services/PMService/",
"allowAnalysis": true,
"debug": false,
"saml" : {
"shibboleth": {
"redirect": "saml-redirect.php",
"logout": "saml-logout.php"
}
}
}, {
"domain": "i2b2demo",
"name": "Test multiple SAML2 logins",
"urlCellPM": "http://127.0.0.1/i2b2/services/PMService/",
"allowAnalysis": true,
"debug": false,
"saml" : {
"shibboleth": {
"redirect": "saml-redirect.php",
"logout": "saml-logout.php"
},
"okta": null
}
}
],
"loginTimeout": 5
}