Zico
2014-10-03 20:40:21 UTC
Hello,
I am trying to connect my Shib SP with ADFS. It's working mostly other
than attribute mapping. For ADFS, I am trying to map
"urn:oid:0.9.2342.19200300.100.1.1" as "CustomChecker" attribute. Is
it possible? I know, this urn is for UID but, is it possible to pass
this urn as "CustomChecker" 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:
<Attribute
nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
name="urn:oid:0.9.2342.19200300.100.1.1" id="CustomChecker">
</Attribute>
I am trying to connect my Shib SP with ADFS. It's working mostly other
than attribute mapping. For ADFS, I am trying to map
"urn:oid:0.9.2342.19200300.100.1.1" as "CustomChecker" attribute. Is
it possible? I know, this urn is for UID but, is it possible to pass
this urn as "CustomChecker" 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:
<Attribute
nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
name="urn:oid:0.9.2342.19200300.100.1.1" id="CustomChecker">
</Attribute>
--
Best,
Zico
Best,
Zico