Versions Compared

Key

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

...

The following example disables all SAML 1 & profiles and  SAML 2 artifact support and sets a default authentication mechanism for a specified relying party (or relying party group).

Code Block
xml
xml
<RelyingParty id="urn:example.org"
              provider="urn:example.org:idp1"
              defaultAuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport">
   <ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile" />
   <ProfileConfiguration xsi:type="saml:SAML1AttributeQueryProfile" />
   <ProfileConfiguration xsi:type="saml:SAML2SSOProfile" />
   <ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile" />
</RelyingParty>