Versions Compared

Key

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

...


shrine {

...

queryEntryPoint {

...

authenticationType = "sso"

...

}

...

webclient {

...

// ADJUST_FOR_YOUR_SITE
// e.g.: shrine.webclient.ssoLogoutUrl = "https://shrine-sso-node01.catalyst.harvard.edu[your hostname]/Shibboleth.sso/Logout?return=https://sso.med.harvard.edu/adfs/ls/?wa=wsignout1.0"
ssoLogoutUrl = "[your idP's logout URL]"
   sessionTimeoutMs sessionTimeoutMs = "1800000"

...

}

...

}

Option 2:

...

shrine.queryEntryPoint.authenticationType = "sso"

# ADJUST_FOR_YOUR_SITE
shrine.webclient.ssoLogoutUrl = "https://[your idP's logout URL]"
# e.g.: shrine.webclient.ssoLogoutUrl = "https://shrine-sso-node01.catalyst.harvard.edu/hostname]/Shibboleth.sso/Logout?return=https://sso.med.harvard.edu/adfs/ls/?wa=wsignout1.0"[your idP's logout URL]
shrine.webclient.sessionTimeoutMs = "1800000"

...