...
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 | ||||
---|---|---|---|---|
| ||||
<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>
|