vault_identity_oidc

Configure the Identity Tokens Backend.

The Identity secrets engine is the identity management solution for Vault. It internally maintains the clients who are recognized by Vault.

Example Usage

resource "vault_identity_oidc" "server" {
  issuer = "https://www.acme.com"
}

Argument Reference

The following arguments are supported:

Attributes Reference

No additional attributes are exposed by this resource.