Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • includeAttributeStatement - (optional) a boolean flag indicating whether to include an attribute statement in addition to the authentication statement, defaults to true
Code Block
xml
xml
titleExample SAML2 SSO Profile Configurationxml
<ProfileConfiguration xsi:type="saml:SAML2SSOProfile" />
Code Block
xml
xml
titleExample SAML2 SSO Profile Configuration Overriding some Defaultsxml
<ProfileConfiguration xsi:type="saml:SAML2SSOProfile"
                      signAssertions="always"
                      includeAttributeStatement="true"/>

...