The Shibboleth V2 IdP and SP software have reached End of Life and are no longer supported. This documentation is available for historical purposes only. See the IDP v4 and SP v3 wiki spaces for current documentation on the supported versions.

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Current »

The <ReplayCache> element configures the plugin used for the caching of message identifiers to prevent replay attacks. The only supplied cache implementation is a wrapper around a <StorageService> plugin.

On Version 2.4 and above, can be omitted, and a default/arbitrary StorageService will be used.

<ReplayCache StorageService="db"/>

Attributes

  • StorageService (XML IDREF)
    • Reference to the id attribute of a previously defined <StorageService> element.
  • No labels