Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
    domain: "i2b2demo",
    name: "HarvardDemoi2b2_local",
    allowAnalysis: true,
    urlCellPM: "http://127.0.0.1:9090/i2b2/services/PMService/",
    registrationMethod: "local",
    loginType: "local",
    showRegistration: true,
    debug: true
}

Refresh the webpage and you should see the option to register user (circled in red):

local loginImage RemovedImage Added

Enabling Federation User Self-Registration

...

{
    domain: "i2b2demo",
    name: "HarvardDemoi2b2_saml",
    allowAnalysis: true,
    urlCellPM: "http://127.0.0.1/i2b2/services/PMService/",
    registrationMethod: "saml",
    loginType: "federated",
    showRegistration: true,
    debug: true
}

Refresh the webpage and you should see the option to register user (circled in red):

federated loginImage RemovedImage Added

Disabling User Self-Registration

...