You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

/opt/shrine/tomcat/lib/shrine.conf, /opt/shrine/tomcat/lib/override.conf

Explaining shrine.conf and override.conf is beyond the scope of the present document. However here are the changes you must make to them for SSO.

Option 1:

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

  queryEntryPoint {
   authenticationType = "sso"
 }

Option 2:

add the following line to override.conf:

shrine.queryEntryPoint.authenticationType = "sso"


  • No labels