Versions Compared

Key

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

...

NameTypeDefaultDescription
additionalAudiencesForAssertionCollection<String>
Additional values to populate into audience restriction condition of assertions
includeConditionsNotBeforeBooleantrueWhether to include a NotBefore attribute in assertions
assertionLifetimeDurationPT5MLifetime of assertions
signAssertionsPredicate<ProfileRequestContext>BooleanfalseWhether to sign assertions
signResponsesPredicate<ProfileRequestContext>Booleanvaries by profileWhether to sign responses
signRequestsPredicate<ProfileRequestContext>BooleanfalseWhether to sign requests

...

The assertionLifetime setting does not involve control over the session with the relying party, it's only relevant in delegation scenarios.The signing options have a complex history, which is one reason they are not themselves just boolean-valued. We provide Spring support so you can just set them to "true" or false" as though they are, but they also directly support the more dynamic approach of deriving the value with a bean.

The signResponses default varies by profile, see the notes on the individual profile pages.

...