Skip to content

Releases: hashicorp/cap

v0.3.0

20 Apr 16:07
6d1e00a
Compare
Choose a tag to compare

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)

v0.2.0

08 Apr 13:28
6d654cd
Compare
Choose a tag to compare

New and Improved:

  • Support for LDAP/AD authentication (PR).

Bug fixes:

  • Validate subject and audience are present in ID token (PR).

v0.1.1

24 Jun 14:53
Compare
Choose a tag to compare

Bug Fixes

  • oidc: remove extra unused parameter to Info logging in TestProvider.startCachedCodesCleanupTicking
    (PR).

v0.1.0

21 May 19:48
2979693
Compare
Choose a tag to compare

0.1.0 (2021/05/21)

v0.1.0 is the first release. As a result there are no changes, improvements, or bugfixes from past versions.