Attribute question
Mike Flynn
shibbolethlynda at yahoo.com
Mon Feb 11 15:25:00 EST 2013
Back to my Oracle friends and their LEARN system...
I get a session just fine but no attributes get passed. They send this:
<saml:AttributeStatement>
<saml:Attribute Name="urn:oid:2.5.4.3" id="cn" friendlyName="cn">
<saml:AttributeValue>LEARNSUPPORT</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="urn:oid:2.5.4.4" id="sn" friendlyName="sn">
<saml:AttributeValue>Support</saml:AttributeValue>
</saml:Attribute>
</saml:Attribute><saml:Attribute Name="urn:oid:2.5.4.42" id="givenName" friendlyName="givenName">
<saml:AttributeValue>Learn</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="urn:oid:0.9.2342.19200300.100.1.3" id="mail" friendlyName="mail">
<saml:AttributeValue>someone at somedomain.com</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
I have the default definitions for these:
<Attribute name="urn:oid:2.5.4.3" id="cn"/>
<Attribute name="urn:oid:2.5.4.4" id="sn"/>
<Attribute name="urn:oid:2.5.4.42" id="givenName"/>
<Attribute name="urn:oid:0.9.2342.19200300.100.1.3" id="mail"/>
Session page on my SP shows a valid session but no attributes. What am I missing here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130211/9f6964d8/attachment.html
More information about the users
mailing list