v2.44.0
What's Changed
Enhancements 🚀
- Allow server startup with partial connector failures by @manojVivek in https://github.com/dexidp/dex/pull/4159
- Add recursive LDAP parent group search (AD-style hierarchy across all LDAPs) by @EthanDieterich in https://github.com/dexidp/dex/pull/4113
- feat: Add ModifyGroupNames claimMutation to oidc connector by @peschmae in https://github.com/dexidp/dex/pull/4144
- authproxy connector: add support for specifying group header separator by @a-buck in https://github.com/dexidp/dex/pull/3745
- fix: join issuer URL with discovery path without extra slash after issuer URL by @vizv in https://github.com/dexidp/dex/pull/4263
- feat: grpc api list clients by @daemonfire300 in https://github.com/dexidp/dex/pull/4202
Bug Fixes 🐛
- :bug: remove extra method="get" from device-code template by @tuminoid in https://github.com/dexidp/dex/pull/4145
- [oidc] pass httpClient to the TokenIdentity context by @marriva in https://github.com/dexidp/dex/pull/4223
- Resolve CVE by updating gomplate to 4.3.3 by @philBrown in https://github.com/dexidp/dex/pull/4224
- fix: device code should not require scope by @cardoe in https://github.com/dexidp/dex/pull/4203