Versions Compared

Key

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

...

Expand
titleSAML 2.0
Include Page
ProfileConfiguration-SAML2
ProfileConfiguration-SAML2
Expand
titleProfile-Specific

Name

Type

Default

Description

encryptAssertions

Boolean

See Notes

Whether to encrypt assertions

encryptAttributes

Boolean

false

Whether to encrypt attributes

Notes

The default value of signResponses for this profile is an extended form of the behavior that was referred to in V2 as "conditional". It signs only if TLS isn't used (very unusual) or if the receiving port is 443. It assumes that traffic over 443 will be relying on message-based security measures (but see below), whereas traffic to an alternative TLS port like 8443 will be relying on mutual authentication and thus provide a secure channel.

...