File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Canonical reference for changes, improvements, and bugfixes for cap.
44
5- ## Next
6-
7- * Add ` WithUserAttributes(...) ` option to the ldap package that allows callers
8- to request that attributes be returned for the authenticating user ([ PR] ( https://github.com/hashicorp/cap/pull/58 ) )
5+ ## 0.3.0
6+ #### OIDC
97* Add ` ProviderConfig ` which creates a provider that doesn't support
108 OIDC discovery. It's probably better to use NewProvider(...) with discovery
119 whenever possible ([ PR] ( https://github.com/hashicorp/cap/pull/57 ) and [ issue] ( https://github.com/hashicorp/cap/issues/55 ) ).
12- * Add Validator ` ValidateAllowMissingIatNbfExp ` method to allow all of
13- iat/nbf/exp to be missing.
10+ * Improve WSL detection ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/51 ) )
11+ * Add option to allow all of IAT, NBF, and EXP to be missing
12+ ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/50 ) )
13+ * Validate sub and aud are present in an id_token ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/48 ) )
14+
15+ #### LDAP
16+ * Add better (more consistent) timeouts ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/61 ) )
17+ * Add better error msgs on failed search queries ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/60 ) )
18+ * Add new config fields for including/excluding user attrs ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/59 ) )
19+ * Add ` WithUserAttributes(...) ` option to the ldap package that allows callers
20+ to request that attributes be returned for the authenticating user ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/58 ) )
21+
22+
23+
24+ ## 0.2.0 (2022/04/08)
25+ * Add support for LDAP/AD authentication ([ ** PR** ] ( https://github.com/hashicorp/cap/pull/47 ) )
26+
1427
1528## 0.1.1 (2021/06/24)
1629
You can’t perform that action at this time.
0 commit comments