This is the API documentation for the Vault JWT/OIDC authentication method plugin.| JWT/OIDC - Auth Methods - HTTP API | Vault | HashiCorp Developer
Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs—faster.| Postman Docs
Use JWT/OIDC authentication with Vault to support OIDC and user-provided JWTs.| Use JWT/OIDC authentication | Vault | HashiCorp Developer
In this post I explore how to login to Hashicorp Vault using OIDC. I wanted to be able to automate some interactions with Vault that the official vault cli does not easily support. To do so I needed to be able to run the equivalent of `vault login -method=oidc`. This post is the result of that.| blue42.net