Skip to content

Releases: hashicorp/vault-plugin-auth-jwt

v0.22.0

11 Sep 04:24
8a2344e
Compare
Choose a tag to compare
Automated dependency upgrades and Prepare for Release v0.22.0 (#315)

* Automated dependency upgrades

* prepare changelog for release v0.22.0

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Hamza Shili <hamza.shili@hashicorp.com>

v0.21.0

13 Jun 20:22
52af34e
Compare
Choose a tag to compare
Prepare for v0.21.0 release (#309)

* Prepare for v0.21.0 release

* add test

* update test

v0.7.3

17 Aug 23:29
9523642
Compare
Choose a tag to compare
Adds gsuite provider specific extension for fetching groups and user …

…information (#123) (#133)

Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>

v0.7.2

17 Aug 22:13
8a9339e
Compare
Choose a tag to compare
adding EdDSA (ed25519) to supported algorithms (#129) (#132)

Co-authored-by: Chris Hoffman <99742+chrishoffman@users.noreply.github.com>

Support for distributed groups claims on Azure

25 Jun 16:20
83f6a58
Compare
Choose a tag to compare
Support for distributed groups claims on Azure (#120)

* Added logic to handle if user is member of more than 200 groups, Azure specific.

* Changed return error to not be Azure specific

Moved azure-specific code to provider_azure.go, called using the
GroupsFetcher interface. Using oauth2.clientcredentials for
getting the Azure token. Error checking when talking to the ms
graph api. More constants, using the endpoint host from
_claim_sources for token scope.

Co-authored-by: Lasse Gaardsholt <lasse.gaardsholt@bestseller.com>