<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 17/10/2013 22:31, Cantor, Scott a
      &eacute;crit&nbsp;:<br>
    </div>
    <blockquote
cite="mid:BA63CEAE152A7742B854C678D9491383BF95491F@CIO-KRC-D1MBX03.osuad.osu.edu"
      type="cite">
      <pre wrap="">On 10/17/13 4:25 PM, "Jehan Procaccia" <a class="moz-txt-link-rfc2396E" href="mailto:Jehan.Procaccia@it-sudparis.eu">&lt;Jehan.Procaccia@it-sudparis.eu&gt;</a>
wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">following your recommendations, I created a custom NameID for that
vendor, 
but I still cannot figure out how to use a "precedence capability" to
ensure that for that vendor, it is that custom NameID that is released
</pre>
      </blockquote>
      <pre wrap="">
I don't believe you can (and would not in general think you should be able
to) set precedence based on "unspecified".

If you must use that (which is silly), you can probably only control that
by explicit control over attribute release to prevent more than one
possible candidate from being considered.

-- Scott


--
To unsubscribe from this list send an email to <a class="moz-txt-link-abbreviated" href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a>
</pre>
    </blockquote>
    oops, that was a silly cut&amp;paste from the wiki sample/template<br>
    would it be more accurate to set precedence for that new custom
    NameID based on that definition ?<br>
    <br>
    &lt;resolver:AttributeDefinition id="<b>travelId</b>"
    xsi:type="Simple" sourceAttributeID="mail"<br>
    xmlns="urn:mace:shibboleth:2.0:resolver:ad"&gt;&lt;resolver:Dependency
    ref="ldapTMSP" /&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;resolver:AttributeEncoder
    xsi:type="SAML1StringNameIdentifier"<br>
    &nbsp;&nbsp;&nbsp; xmlns="urn:mace:shibboleth:2.0:attribute:encoder" nameFormat="<b>urn:mace:shibboleth:1.0:nameIdentifier</b>"
    /&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;resolver:AttributeEncoder xsi:type="SAML2StringNameID"<br>
    &nbsp;&nbsp;&nbsp; xmlns="urn:mace:shibboleth:2.0:attribute:encoder" nameFormat="<b>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</b>"
    /&gt;<br>
    &lt;/resolver:AttributeDefinition&gt;<br>
    <br>
  </body>
</html>