tokens
Configure the identity tokens backend
Method
Path
Parameters
Sample payload
{
"issuer": "https://example.com:1234"
}Sample request
$ curl \
--header "X-Vault-Token: ..." \
--request POST \
--data @payload.json \
http://127.0.0.1:8200/v1/identity/oidc/configSample response
{
"data": null,
"warnings": [
"If \"issuer\" is set explicitly, all tokens must be validated against that address, including those issued by secondary clusters. Setting issuer to \"\" will restore the default behavior of using the cluster's api_addr as the issuer."
]
}Read configurations for the identity tokens backend
Method
Path
Sample request
Sample response
Create a named key
Method
Path
Parameters
Sample payload
Sample request
Read a named key
Method
Path
Parameters
Sample request
Sample response
Delete a named key
Method
Path
Parameters
Sample request
List named keys
Method
Path
Sample request
Sample response
Rotate a named key
Method
Path
Parameters
Sample payload
Sample request
Create or update a role
Method
Path
Parameters
Sample payload
Sample request
Read a role
Method
Path
Parameters
Sample request
Sample response
Delete a role
Method
Path
Parameters
Sample request
List roles
Method
Path
Sample request
Sample response
Generate a signed ID token
Method
Path
Parameters
Sample request
Sample response
Introspect a signed ID token
Method
Path
Parameters
Sample payload
Sample request
Sample response
Read .well-known configurations
Method
Path
Sample request
Sample response
Read active public keys
Sample request
Sample response
Last updated