This project is mirrored from https://github.com/hdacloud/dex.git.
Pull mirroring updated .
-
-
-
-
-
api/v2.0.0a8cedc8b · ·
-
v2.24.0709d4169 · ·
Release v2.24.0 The official docker release for this release can be pulled from quay.io/dexidp/dex:v2.24.0 Features: * Keystone connector: Added Email to Identity (#1681, @kenperkins, @chrigl) * Atlassian Crowd connector: allow preferred_username claim to be set (#1684, @bonifaido) * Github connector: pass redirect_uri (#1700, @sockmister) * server: allow having no secret for static public clients (#1701, @tkleczek) * SAML connector: add flag for filtering groups (#1704, @srenatus) Bug fixes, misc changes: * CI: add mysql service (#1674, @bonifaido) * CI: increase go lint timeout (#1676, @bonifaido) * storage/kubernetes: wrap Kubernetes host address in square brackets for IPv6 (#1645, @JerrySunWRS) * storage/kubernetes: remove shadowed ResourceVersion from connector (#1673, @ktravis) * server/handlers: do not fail login if refresh token gone (#1670, @klarose) * server/handlers: automatic consistency fixing in case of missing refresh token in db (#1678, @Teeed) * Adding slack channel to README (#1686, @kenperkins) * OIDC connector: add Icon (#1692, @nabokihms) * OpenShift connector: rootCA option (#1694, @nabokihms)
-
-
-
v2.19.0179cce36 · ·
Release v2.19.0 The official docker release for this release can be pulled from quay.io/dexidp/dex:v2.19.0 Notes: * Following Mozilla's recommendations for secure TLS settings in the "Intermediate" compatibility mode, some insecure cipher suitess have been removed, overriding Golang's standard set of ciphers. In the unlikely event that this makes one of your clients NOT work with Dex anymore (and there's a decent reason for not being able to update that client), please file an issue. See #1540 for details. * As mentioned in documentation, Kubernetes TPR suppport is removed in this release. Features: * connector/LDAP: display login error (#1530, @bonifaido) * HTTPS/gRPC: Use a more conservative set of CipherSuites (#1540, @stevendanna) Bug fixes, misc changes: * Update ADOPTERS.md (#1534, @jthabet) * storage/kubernetes: Removing Kubernetes TPR support (#1517, @venezia) * Dockerfile: build with Golang 1.22.9 (#1529, @dkuerner) * Kubernetes docs: Clarify the origin of `openid-ca` (#1521, @erwinvaneyk) * Code update: Replace `x/net/context` with stdlib `context` (#, @erwinvaneyk)
-
v2.18.0aeb2861a · ·
Release v2.18.0 The official docker release for this release can be pulled from quay.io/dexidp/dex:v2.18.0 Features: * Storage: New MySQL storage backend (#1485, @bonifaido) * gRPC: Add reflection to gRPC API (#1512, @venezia) * Add option to always display connector selection even if there's only one (#1505, @MarcDufresne) * Added "connector_id" to skip straight to a connector (#1481, @LanceH) * Allow arbitrary data to be passed to templates (#1504, @MarcDufresne) * Gitlab: implement useLoginAsID as in GitHub connector (#1497, @bonifaido) * Microsoft: option for group UUIDs instead of name and group whitelist (#1446, @maksd) * gRPC: Add VerifyPassword to API (#1486, @AlbanSeurat) Bug fixes, misc changes: * MAINTAINERS: add @bonifaido (#1492, @srenatus) * Update ADOPTERS.md (#1495, @pbochynski; #1494, @tanmaykm; #1493, @srenatus) * example-app: add connector_id (#1496, @srenatus) * Docs: fix MySQL sample query (#1498, @mkontani) * Code quality: fix some lint issues (#1500, @srenatus) * gRPC: fix logging in VerifyPassword (#1502, @srenatus) * Return config validation errors in one go (#1439, @sks) * Update all deps (#1501, @srenatus) * Return HTTP 400 for invalid state parameter (#1490, @momokatte) * Adjusting Makefile so that `golint` will compile (#1509, @venezia) * Add tests for some callback handler error conditions (#1510, @momokatte) * Add examples for recent additions to oauth2 configuration options (#1516, @tpdownes) * Bump deps for http2 issues (#1519, @srenatus) * Connectors: refactor filter code into a helper package (#1480, @srenatus)