<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Nate,
<div><br>
</div>
<div>Then how to find out the name that my SP is receiving? In the test environment, I let my test Idp release webexID to my SP. Here is the nameID in saml2 assertion. I didn't see there is a name here.</div>
<div><br>
</div>
<div>&lt;saml2:NameID Format=&quot;urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified&quot; NameQualifier=&quot;<a href="https://shibidp-test.cit.cornell.edu/idp/shibboleth">https://shibidp-test.cit.cornell.edu/idp/shibboleth</a>&quot; SPNameQualifier=&quot;<a href="https://shibsp-test.idm.cit.cornell.edu/shibsp">https://shibsp-test.idm.cit.cornell.edu/shibsp</a>&quot;&gt;hy93&lt;/saml2:NameID&gt;</div>
<div><br>
</div>
<div>If I define NameID mapping correctly in attribute-map.xml, will this nameID be displayed in my SP's shibboleth.sso Session page along with other attributes?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Hong</div>
<div><br>
</div>
<div><br>
<div>
<div>On May 23, 2014, at 6:03 PM, Nate Klingenstein &lt;<a href="mailto:ndk@internet2.edu">ndk@internet2.edu</a>&gt;</div>
<div>&nbsp;wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hong,
<div><br>
</div>
<div>
<div>
<blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">I'm
 just curious how webex get the value of this nameID?</span></blockquote>
<div><br>
</div>
<div>That's up to webex and its SAML implementation. &nbsp;SAML only defines mappings on the wire.</div>
<br>
<blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">I
 have no idea how to define attribute mapping for nameID in SP? Could you give me an example?</span></blockquote>
</div>
<br>
</div>
<div>There are several examples in the distribution attribute-map.xml file. &nbsp;I think this one will be the most useful for you. &nbsp;You'll need to change the name to what you're receiving and the id to what you're supplying to the web environment.</div>
<div><br>
</div>
<div>
<div>&nbsp; &nbsp; &lt;!-- Fourth, the SAML 2.0 NameID Format: --&gt;</div>
<div>&nbsp; &nbsp; &lt;Attribute name=&quot;urn:oasis:names:tc:SAML:2.0:nameid-format:persistent&quot; id=&quot;persistent-id&quot;&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;AttributeDecoder xsi:type=&quot;NameIDAttributeDecoder&quot; formatter=&quot;$NameQualifier!$SPNameQualifier!$Name&quot; defaultQualifiers=&quot;true&quot;/&gt;</div>
<div>&nbsp; &nbsp; &lt;/Attribute&gt;</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div>nate.</div>
</div>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">
users-unsubscribe@shibboleth.net</a></blockquote>
</div>
<br>
</div>
</body>
</html>