<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; ">
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>
</body>
</html>