Page History
...
Modify the file i2b2_config_data.js located in the directory /var/www/html/webclient/. Set the value of the attribute showRegistration to true and set the value of the attribute registrationMethod to saml.(Here
Info |
---|
urlCellPM must be 127.0.0.1 |
...
because the AJP proxy for the PM cell will always run on the same |
...
server as the client. Here, no port is specified because we want the client to talk to the AJP proxy. |
For an example:
{
domain: "i2b2demo",
name: "HarvardDemo",
allowAnalysis: true,
urlCellPM: "http://127.0.0.1:9090/i2b2/services/PMService/",
registrationMethod: "saml",
loginType: "federated",
showRegistration: true,
debug: true
}
...