Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarification for usersource relocation

...

Surround the usersource{} block with a new block called authenticate{}. Move this entire block Make sure this block is outside of the steward{} block. For example:

No Format
nopaneltrue
shrine {
  steward {
  ...
  }
  
  authenticate {
    usersource {
      domain = "i2b2demo"
    }
  }
}

(Optional) Increase pmEndpoint timeout

...