Child pages
  • Shibboleth IdP v3

Versions Compared

Key

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

...

Shibboleth IdP v3 Upgrade

Campus

Current Version

Planing Stage

Upgrade Method

TOU

Go-Live

UCOPv 2.4.4InceptionParallel BuildTBDTBDTBD
UCSCv 3.1.2FinishedParallel Buildyes 

Aug 2015

       

 

Feel free to reformat the notes section:

CampusProblem

Solution

UCSC

Some UC Campuses have legacy SAML1 entityID names based on "urn:mace" We also use the SAML2 url standard for entities outside of InCommon, How do you apply a different entityID in the relying party?Solution

Include the "responderId" parameter in the relying-party.xml override section.

    <bean parent="RelyingParty"
      c:groupNames="urn:mace:incommon"
      p:responderId="urn:mace:uncommon:ucsc.edu">
    <property name="profileConfigurations">
        <list>
            <bean parent="Shibboleth.SSO" />
            <ref bean="SAML1.AttributeQuery" />
            <bean parent="SAML2.SSO" />
        </list>
    </property>