Demonstrates the OIDC authentication method to verify and create a token using Okta.| OIDC authentication with Okta | Vault | HashiCorp Developer
Configure Vault with an OIDC provider for authentication enabling secure, role-based access to Vault resources. Configure Vault policies, OIDC roles, and user access.| Secure workflows with OIDC authentication | Vault | HashiCorp Developer
Configure OIDC on Google Workspace for secure authentication to a HCP Vault Dedicated cluster.| Secure workflows with Google Workspace and OIDC authentication | Vault | Hash...
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