dex/Documentation/connectors
Vitaliy Dmitriev f2e7823db9 connector/ldap: add multiple user to group mapping
Add an ability to fetch user's membership from
  groups of a different type by specifying multiple
  group attribute to user attribute value matchers
  in the Dex config:

    userMatchers:
    - userAttr: uid
      groupAttr: memberUid
    - userAttr: DN
      groupAttr: member

  In other words the user's groups can be fetched now from
  ldap structure similar to the following:

    dn: cn=john,ou=People,dc=example,dc=org
    objectClass: person
    objectClass: inetOrgPerson
    sn: doe
    cn: john
    uid: johndoe
    mail: johndoe@example.com
    userpassword: bar

    dn: cn=qa,ou=Groups,ou=Portland,dc=example,dc=org
    objectClass: groupOfNames
    cn: qa
    member: cn=john,ou=People,dc=example,dc=org

    dn: cn=logger,ou=UnixGroups,ou=Portland,dc=example,dc=org
    objectClass: posixGroup
    gidNumber: 1000
    cn: logger
    memberUid: johndoe

Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>
2020-01-03 10:40:21 +01:00
..
authproxy.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
bitbucketcloud.md docs: update bitbucket permission requirements 2019-04-25 10:45:00 +02:00
github.md rename useLoginAsId -> useLoginAsID 2019-02-04 14:05:57 +00:00
gitlab.md connector/gitlab: implement useLoginAsID as in GitHub connector 2019-07-28 19:49:49 +02:00
google.md connector/google: support group whitelisting 2019-12-03 16:27:07 +01:00
kubelogin-activedirectory.md Fix typo. 2019-02-23 16:34:10 +00:00
ldap.md connector/ldap: add multiple user to group mapping 2020-01-03 10:40:21 +01:00
linkedin.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
microsoft.md microsoft: option for group UUIDs instead of name and group whitelist 2019-07-25 09:14:33 -04:00
oidc.md Merge pull request #1434 from jacksontj/groups 2019-11-27 14:00:36 +01:00
openshift.md Reduced OpenShift scopes and enhanced documentation 2019-12-26 03:14:20 -06:00
saml.md connector/saml: Adding group filtering 2019-09-10 10:53:19 -07:00