Skip to Content.
Sympa Menu

shibboleth-dev - RelyingParty vs DefaultRelyingParty

Subject: Shibboleth Developers

List archive

RelyingParty vs DefaultRelyingParty


Chronological Thread 
  • From: Franck Borel <>
  • To:
  • Subject: RelyingParty vs DefaultRelyingParty
  • Date: Wed, 25 Jun 2008 16:49:09 +0200
  • Delivery-date: Wed, 25 Jun 2008 16:49:05 +0200

Hi Chad,

I see that you changed the documentation about the "Selecting an Authentication Mechanism". The example "Override of the Default Authentication Method" is looking like this:

<RelyingParty id="urn:example.org"
provider="http://idp.example.org";

defaultAuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:Smartcard"
defaultSigningCredentialRef="ExampleOrgCred">
<ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile" />
<ProfileConfiguration xsi:type="saml:SAML1AttributeQueryProfile" />
<ProfileConfiguration xsi:type="saml:SAML1ArtifactResolutionProfile" />
<ProfileConfiguration xsi:type="saml:SAML2SSOProfile" />
<ProfileConfiguration xsi:type="saml:SAML2AttributeQueryProfile" />
<ProfileConfiguration xsi:type="saml:SAML2ArtifactResolutionProfile" />
</DefaultRelyingParty>

So, I am wondering about the <RelyingParty>-Element. This doesn't exist in relying-party.xml file. Furthermore you forgot to change the end tag.

-- Franck



Archive powered by MHonArc 2.6.16.

Top of Page