<div dir="ltr"><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:12px;color:rgb(51,51,51);white-space:pre-wrap!important">Hello,

I am trying to connect my Shib SP with ADFS. It&#39;s working mostly other than attribute mapping. For ADFS, I am trying to map &quot;urn:oid:0.9.2342.19200300.100.1.1&quot; as &quot;CustomChecker&quot; attribute. Is it possible? I know, this urn is for UID but, is it possible to pass this urn as &quot;CustomChecker&quot; or anything like that other than UID?

Here is my stack trace which shows the failure though:

2014-10-03 12:55:22 DEBUG Shibboleth.AttributeExtractor.XML [2]: unable to extract attributes, unknown XML object type: samlp:Response
2014-10-03 12:55:22 DEBUG Shibboleth.AttributeExtractor.XML [2]: unable to extract attributes, unknown XML object type: {urn:oasis:names:tc:SAML:2.0:assertion}AuthnStatement
2014-10-03 12:55:22 INFO Shibboleth.AttributeExtractor.XML [2]: skipping unmapped SAML 2.0 Attribute with Name: urn:oid:0.9.2342.19200300.100.1.1, Format:urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified

And, here is how I am trying to modify my attribute in attribute-map.xml:

&lt;Attribute
  nameFormat=&quot;urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified&quot;
  name=&quot;urn:oid:0.9.2342.19200300.100.1.1&quot; id=&quot;CustomChecker&quot;&gt;
&lt;/Attribute&gt;</pre><div><br></div>-- <br>Best,<br>Zico
</div>