<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><saml2:NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified" NameQualifier="<a href="https://shibidp-test.cit.cornell.edu/idp/shibboleth">https://shibidp-test.cit.cornell.edu/idp/shibboleth</a>" SPNameQualifier="<a href="https://shibsp-test.idm.cit.cornell.edu/shibsp">https://shibsp-test.idm.cit.cornell.edu/shibsp</a>">hy93</saml2:NameID></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 <<a href="mailto:ndk@internet2.edu">ndk@internet2.edu</a>></div>
<div> 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. 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. I think this one will be the most useful for you. 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> <!-- Fourth, the SAML 2.0 NameID Format: --></div>
<div> <Attribute name="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" id="persistent-id"></div>
<div> <AttributeDecoder xsi:type="NameIDAttributeDecoder" formatter="$NameQualifier!$SPNameQualifier!$Name" defaultQualifiers="true"/></div>
<div> </Attribute></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>