Is IDP tied to specific spring version?

Zmuda, Matthew R Matthew.R.Zmuda at td.com
Wed Jul 24 20:35:03 EDT 2013


Hi all,

If I am using IDP version 2.3.3 (with spring 2.5.x) would there be issues upgrading to Spring 3.0.x?
I did upgrade of several Spring libraries to v3.0 and noticed that all attributes defined as Script attributes are no longer resolving.
No errors whatsoever logged they are just flat out ignored..

For example this is ignored:

      <resolver:AttributeDefinition xsi:type="Script" xmlns="urn:mace:shibboleth:2.0:resolver:ad" id="myID">
            <resolver:AttributeEncoder xsi:type="SAML2String" xmlns="urn:mace:shibboleth:2.0:attribute:encoder" name="myID" />

          <Script><![CDATA[
            // my scrip....
          ]]></Script>
      </resolver:AttributeDefinition>

However this continues to work:

      <resolver:AttributeDefinition id="principalName" xsi:type="ad:PrincipalName">
            <resolver:AttributeEncoder xsi:type="enc:SAML1StringNameIdentifier" nameFormat="urn:mace:shibboleth:1.0:nameIdentifier" />
            <resolver:AttributeEncoder xsi:type="enc:SAML2StringNameID" nameFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" />
            <resolver:AttributeEncoder xsi:type="enc:SAML2StringNameID" nameFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" />
      </resolver:AttributeDefinition>

NOTICE: Confidential message which may be privileged. Unauthorized use/disclosure prohibited. If received in error, please go to www.td.com/legal for instructions.
AVIS : Message confidentiel dont le contenu peut être privilégié. Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière d'aller au www.td.com/francais/avis_juridique pour des instructions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130724/e4916a67/attachment-0001.html 


More information about the users mailing list