<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">To all,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I am attempting to create a new NameId to integrate with a vendor.&nbsp; I am currently using Shibboleth 2.3.6 IdP running under JBOSS 5 on Linux.&nbsp; The vendor wants for me to pass to them a NameId of username@vu&nbsp; where vu&nbsp; represents Vanderbilt
 University.&nbsp; I asked to make it <a href="mailto:username@vanderbilt.edu">username@vanderbilt.edu</a> but they want to shorten it to make it easier on mobile users.. since they have to type in the entire name for PIN administration.&nbsp; I followed the instructions
 in the wiki and created a new attribute<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">&lt;resolver:AttributeDefinition id=&quot;concurid&quot; xsi:type=&quot;Scoped&quot; xmlns=&quot;urn:mace:shibboleth:2.0:resolver:ad&quot; scope=&quot;vu&quot; sourceAttributeID=&quot;uid&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:resolver=&quot;urn:mace:shibboleth:2.0:resolver&quot;&gt;&lt;resolver:Dependency
 ref=&quot;myLDAP&quot; /&gt;&lt;resolver:AttributeEncoder xsi:type=&quot;SAML2StringNameID&quot; xmlns=&quot;urn:mace:shibboleth:2.0:attribute:encoder&quot; nameFormat=&quot;urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified&quot; /&gt;&lt;resolver:AttributeEncoder xsi:type=&quot;SAML2ScopedString&quot; xmlns=&quot;urn:mace:shibboleth:2.0:attribute:encoder&quot;
 name=&quot;urn:oid:1.3.6.1.4.1.5923.1.1.1.6&quot; friendlyName=&quot;username&quot; scopeType=&quot;inline&quot; /&gt;&lt;/resolver:AttributeDefinition&gt;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">And I set it to release the attribute to the vendor in the attribute filter.&nbsp; Now in this present state I see this in the logs<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">BTW&nbsp; ( I also have another nameId present called transientId that is transient format)<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">12:19:01.215 - DEBUG [edu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler:573] - Removing attribute concurid, it can not be encoded in to a name identifier of an acceptable format<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">So the assertion is created with the TransientId instead.&nbsp; Now if I change the nameid-format to transient for concurid then the IdP chooses concurid but it has uses only username and no @vu.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Any help would be appreciated,<br>
Lee Brewer<o:p></o:p></p>
</div>
</body>
</html>