Releases: hashicorp/cap
Releases · hashicorp/cap
v0.3.0
OIDC
- Add
ProviderConfig
which creates a provider that doesn't support OIDC discovery. It's probably better to use NewProvider(...) with discovery whenever possible (PR and issue). - Improve WSL detection (PR)
- Add option to allow all of IAT, NBF, and EXP to be missing (PR)
- Validate sub and aud are present in an id_token (PR)
LDAP
- Add better (more consistent) timeouts (PR)
- Add better error msgs on failed search queries (PR)
- Add new config fields for including/excluding user attrs (PR)
- Add
WithUserAttributes(...)
option to the ldap package that allows callers to request that attributes be returned for the authenticating user (PR)