IDP - AtrtibuteResolver - how to map a customAtrribute to Standard SAML attribute

Douglas E. Engert deengert at anl.gov
Tue Aug 6 13:22:05 EDT 2013



On 8/5/2013 7:50 PM, Vignesh, Vanna G. wrote:
> There is no space in it. Sorry. I might have entered a space by mistake when i copy pasted the code. Could it be due to dataconnector? I have a ldap dc and it looks like this.
>
>      <resolver:DataConnector id="AuthLDAP" xsi:type="dc:LDAPDirectory"
>          ldapURL="ldaps://********"
>          baseDN="****"
>          principal="****"
>          principalCredential="****">
>          <dc:FilterTemplate>
>
>          </dc:FilterTemplate>
>          <dc:ReturnAttributes>* entryDN</dc:ReturnAttributes>
>      </resolver:DataConnector>
>
> Return address has * entryDN. What does that mean?

Return all the ldap attributes, and the DN which the vt-ldap can return as entryDN
by using this filter:
•EntryDnSearchResultHandler - adds the entry DN as an attribute of the result set


P.S.
  sourceAttributeID=" empID " does have extra spaces.



>
>
>
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
>

-- 

  Douglas E. Engert  <DEEngert at anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444


More information about the users mailing list