Changing the format of attributes sent to the SP .
Kobi Seviliya
kobi at outbrain.com
Wed Jul 16 13:05:38 EDT 2014
Hi Everyone
i currently have an LDAP attribute defined like this sent to the SP .
<resolver:AttributeDefinition xsi:type="ad:Simple" id="firstname"
sourceAttributeID="givenName">
<resolver:Dependency ref="MYLDAP" />
<resolver:AttributeEncoder xsi:type="enc:SAML1String"
name="urn:mace:dir:attribute-def:givenName" />
<resolver:AttributeEncoder xsi:type="enc:SAML2String"
name="urn:oid:2.5.4.42" friendlyName="firstname" />
</resolver:AttributeDefinition>
and the way it shows in a SAML trace is this :
<saml2:Attribute FriendlyName="lastname"
Name="urn:oid:2.5.4.4"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
>
<saml2:AttributeValue
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string"
>*John*</saml2:AttributeValue>
Now, the problem is that the SP requires me to send the attribute at this
format :
*name=john *
can i force the attribute to be sent in that format ?
Thanks
--
The above terms reflect a potential business arrangement, are provided solely
as a basis for further discussion, and are not intended to be and do not
constitute a legally binding obligation. No legally binding obligations will
be created, implied, or inferred until an agreement in final form is executed
in writing by all parties involved.
This email and any attachments hereto may be confidential or privileged.
If you received this communication by mistake, please don't forward it to
anyone else, please erase all copies and attachments, and please let me
know that it has gone to the wrong person. Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140716/6e353f95/attachment.html
More information about the users
mailing list