This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/Documentation
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
..
connectors connector/ldap: add multiple user to group mapping 2020-01-03 10:40:21 +01:00
img Documentation: more diagrams 2017-04-21 14:51:46 -07:00
logos Documentation/logos: add logos 2016-11-08 11:51:47 -08:00
proposals Fix spelling errors in docs 2019-10-14 18:52:40 +05:30
api.md cmd/dex: adding reflection to grpc api, enabled through configuration 2019-08-07 07:37:39 -04:00
authproxy.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
custom-scopes-claims-clients.md Add new federated:id scope that causes Dex to add a federated_claims claim containing the connector_id and user_id to the ID token 2018-02-03 18:40:03 +08:00
dev-become-a-maintainer.md docs: mirror resolution of #1281 in dev doc 2019-01-29 10:29:12 +01:00
dev-dependencies.md Documentation/dev-dependencies.md: Update for Go modules 2018-12-04 20:06:22 +00:00
dev-integration-tests.md Remove instructions for kubernetes tests from docs 2019-12-18 17:23:52 +01:00
dev-releases.md dev-releases.md, Makefile: update release process 2018-09-06 09:09:46 +02:00
getting-started.md *: github.com/coreos/dex -> github.com/dexidp/dex 2018-09-05 17:57:08 +02:00
github-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
gitlab-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
integrations.md *: github.com/coreos/dex -> github.com/dexidp/dex 2018-09-05 17:57:08 +02:00
kubernetes.md Add note for redirect uri 2019-10-13 15:24:22 +08:00
ldap-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
linkedin-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
microsoft-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
oidc-certification-setup.md *: github.com/coreos/dex -> github.com/dexidp/dex 2018-09-05 17:57:08 +02:00
oidc-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
openid-connect.md Fix URLs in curl cmd as stated in the overview doc. 2019-09-27 17:45:52 -07:00
saml-connector.md Documentation: restructure connector docs to a single folder 2018-01-04 13:50:14 -08:00
storage.md storage/kubernetes: Removing Kubernetes TPR support 2019-08-14 09:28:18 -04:00
templates.md add issuer in the templates.md 2019-11-25 12:15:07 +01:00
using-dex.md Update using-dex.md 2018-05-04 16:14:16 +02:00
v2.md *: github.com/coreos/dex -> github.com/dexidp/dex 2018-09-05 17:57:08 +02:00