Versions Compared

Key

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

...

PropertyTypeDefaultFunction
idp.cookie.secureBooleanfalseWhether cookies created by the software include the "secure" attribute; the default is mostly an accident, you should strongly consider setting this
idp.cookie.httpOnlyBooleantrueWhether cookies created by the software include the "httpOnly" attribute (excepting a few user-preference cookies that are explicitly meant to be accessed by JavaScript)
idp.cookie.domainString
Optional domain to attach to cookies
idp.cookie.pathString
Optional path to attach to cookies
idp.cookie.maxAgeInteger31536000Lifetime of non-session cookies
idp.storage.cleanupIntervalDurationPT10MInterval of background thread sweeping server-side storage for expired records
idp.storage.htmlLocalStorageBooleanfalseWhether to use HTML Local Storage (if available) instead of cookies
idp.storage.clientSessionStorageName 3.3Stringshib_idp_session_ssName of cookie or HTML storage key used by the default per-session instance of the client storage service
 idp.storage.clientPersistentStorageName 3.3Stringshib_idp_persistent_ssName of cookie or HTML storage key used by the default persistent instance of the client storage service
idp.session.StorageServiceBean ID of a StorageServiceshibboleth.ClientSessionStorageServiceStorage back-end to use for IdP sessions, authentication results, and optionally tracking of SP usage for logout
idp.consent.StorageServiceBean ID of a StorageServiceshibboleth.ClientPersistentStorageServiceStorage back-end to use for consent and terms-of-use records
idp.replayCache.StorageServiceBean ID of a StorageServiceshibboleth.StorageServiceStorage back-end to use for message replay checking (must be server-side)
idp.replayCache.strict 3.4BooleantrueWhether storage errors during replay checks should be treated as a replay
idp.artifact.StorageServiceBean ID of a StorageServiceshibboleth.StorageServiceStorage back-end to use for short-lived SAML Artifact mappings (must be server-side)
idp.cas.StorageService                                     Bean ID of a StorageServiceshibboleth.StorageServiceStorage back-end to use for CAS ticket mappings (must be server-side)

...