Versions Compared

Key

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

...

Code Block
languageyml
themeRDark

shrine {

  ...

  queryEntryPoint {

    ...

    authenticationType = "sso"

    ...

  }

  ...

  webclient {

    ...

    // ADJUST_FOR_YOUR_SITE
    ssoLogoutUrl = https://[your hostname]/Shibboleth.sso/Logout?return=[your idP's logout URL]
    sessionTimeoutMs sessionTimeout = "180000030 minutes"

    ...

  }

  ...

}

Option 2:

add the following to override.conf:

Code Block
languagexml
themeRDark
shrine.queryEntryPoint.authenticationType = "sso"

# ADJUST_FOR_YOUR_SITE
shrine.webclient.ssoLogoutUrl = https://[your hostname]/Shibboleth.sso/Logout?return=[your idP's logout URL]
shrine.webclient.sessionTimeoutMssessionTimeout = "180000030 minutes"