Releases: hashicorp/vault-plugin-auth-jwt
Releases · hashicorp/vault-plugin-auth-jwt
v0.22.0
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 <[email protected]> Co-authored-by: Hamza Shili <[email protected]>
v0.21.0
Prepare for v0.21.0 release (#309) * Prepare for v0.21.0 release * add test * update test
v0.7.3
v0.7.2
adding EdDSA (ed25519) to supported algorithms (#129) (#132) Co-authored-by: Chris Hoffman <[email protected]>
Support for distributed groups claims on Azure
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 <[email protected]>