Storage Configuration - CSCfi/shibboleth-idp-authn-storage GitHub Wiki
Current File(s): conf/idp-storageauthn.properties
Storage Configuration
The storage configuration is in idp-storageauthn.properties.
- idp.storageauthn.salt: Salt used in hashing user to reference key. Replace the provided one.
- idp.storageauthn.authenticationevent.lifetime: Maximum lifetime for stored user authentication references/events. Defaults to 1 week.
- idp.storageauthn.reference.StorageService: Reference storage. Must be client-side. Defaults to shibboleth.ClientPersistentStorageService.
- idp.storageauthn.event.StorageService: Authentication event storage. May be server-side or client-side. Defaults to shibboleth.ClientPersistentStorageService.