This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/connector
Eric Chiang 97813ff4fc connector/ldap: fix case where groups are listed on the user entity
Support schemas that determine membership by having fields on the
user entity, instead of listing users on a groups entity. E.g. the
following schema is now supported when it wasn't previously:

    cn=eric,cn=user,dn=exapmle,dn=com
    objectClass=myPerson
    cn: eric
    uid: eric
    email: eric@example.com
    memberOf: foo
    memberOf: bar

    cn=foo,cn=group,dn=exapmle,dn=com
    objectClass=myGroup
    cn: foo

    cn=bar,cn=group,dn=exapmle,dn=com
    objectClass=myGroup
    cn: bar
2017-04-11 09:48:48 -07:00
..
github *: update go-oidc and use standard library's context package 2017-03-08 10:33:19 -08:00
gitlab *: update go-oidc and use standard library's context package 2017-03-08 10:33:19 -08:00
ldap connector/ldap: fix case where groups are listed on the user entity 2017-04-11 09:48:48 -07:00
mock *: update go-oidc and use standard library's context package 2017-03-08 10:33:19 -08:00
oidc connector: Connectors without a RefreshConnector should not return a refresh token instead of erroring 2017-03-23 14:56:34 -07:00
saml connector/saml: clean up SAML verification logic and comments 2017-04-07 14:13:05 -07:00
connector.go *: validate InResponseTo SAML response field and make issuer optional 2017-03-22 13:02:44 -07:00