<p>That puts me in the right direction, thanks. </p>
<p>This might be a dumb question, but is there a way to tell shib to put all attributes as headers?</p>
<div class="gmail_quote">On Sep 27, 2012 4:17 PM, &quot;Cantor, Scott&quot; &lt;<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 9/27/12 3:26 PM, &quot;Marc Boorshtein&quot; &lt;<a href="mailto:mboorshtein@gmail.com">mboorshtein@gmail.com</a>&gt; wrote:<br>
&gt;            &lt;saml2:NameID<br>
&gt;Format=&quot;urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified&quot;&gt;jjackson&lt;/s<br>
&gt;aml2:NameID&gt;<br>
<br>
Well, that&#39;s not mapped by default.<br>
<br>
And...<br>
<br>
&gt;            &lt;saml2:Attribute<br>
&gt;Name=&quot;urn:mace:dir:attribute-def:eduPersonPrincipalName&quot;&gt;<br>
<br>
And that&#39;s missing the proper NameFormat for EPPN and isn&#39;t named<br>
properly, that&#39;s the SAML 1.1 name rather than the OID-formed SAML 2 name.<br>
<br>
<br>
&gt;                                      &gt;jjackson&lt;/saml2:AttributeValue&gt;<br>
<br>
And lastly it&#39;s invalid anyway, since there&#39;s no right-hand-side (the<br>
@scope part).<br>
<br>
The SP is quite forgiving about some things, so the incorrect name and<br>
name format aren&#39;t actually killing you, but the value being invalid is,<br>
as it logged for you.<br>
<br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>