Versions Compared

Key

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

...

add the following element under the top-level "shrine" element in shrine.conf


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 = "1800000"

...



    ...

...



  }

...



  ...

...



}

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.sessionTimeoutMs = "1800000"