Versions Compared

Key

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

...

PropertyTypeDefaultFunction
idp.transientId.generatorBean ID of a TransientIdGenerationStrategyshibboleth.CryptoTransientIdGeneratorIdentifies the strategy plugin for generating transient IDs
idp.persistentId.generatorBean ID of a PersistentIdGenerationStrategyshibboleth.ComputedPersistentIdGeneratorIdentifies the strategy plugin for generating persistent IDs
idp.persistentId.dataSource 3.2Bean ID of a JDBC DataSource
Identifies a data source for storage-based strategy for persistent IDs
idp.persistentId.storeBean ID of a PersistentIdStore
Identifies the data store plugin for storage-based strategy for persistent IDs
idp.persistentId.computedBean ID of a ComputedPersistentIdGenerationStrategyshibboleth.ComputedPersistentIdGeneratorMay be null, Identifies a strategy plugin to use to generate the first persistent identifier for each subject, used to migrate from the computed to stored strategies
idp.persistentId.sourceAttribute                 Comma-delim'd List
List of attributes to search for a value to uniquely identify the subject of a persistent identifier, it MUST be stable, long-lived, and non-reassignable
idp.persistentId.useUnfilteredAttributes 3.2BooleantrueWhether or not the previous property has access to unreleased attributes
idp.persistentId.saltString
A secret salt for the hash when using computed persistent IDs
idp.persistentId.encodedSalt 3.3Base64-encoded String
An encoded form of the previous property
idp.persistentId.algorithmStringSHAThe hash algorithm used when using computed persistent IDs
idp.persistentId.encoding 3.3.2"BASE64" or "BASE32"BASE64The final encoding applied to the hash generated when using computed persistent IDs (BASE32 is strongly recommended for new installs)
idp.persistentId.exceptionMap 3.4Bean IDshibboleth.ComputedIdExceptionMapAdvanced feature allowing revocation or regeneration of computed persistent IDs for specific subjects or services
idp.nameid.saml2.legacyGeneratorBean ID
DEPRECATED Identifies a default generator plugin to use as a last resort if no others succeed
idp.nameid.saml1.legacyGeneratorBean ID
DEPRECATED Identifies a default generator plugin to use as a last resort if no others succeed
idp.nameid.saml2.defaultURIurn:oasis:names:tc:SAML:2.0:nameid-format:transientThe default Format to generate if nothing else is indicated
idp.nameid.saml1.default                            URIurn:mace:shibboleth:1.0:nameIdentifierThe default Format to generate if nothing else is indicated

...