mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
identity: fix identity token introspect doc (#12531)
This commit is contained in:
parent
4469b56925
commit
fd018b4f67
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ This endpoint can verify the authenticity and active state of a signed ID token.
|
|||
|
||||
- `token` `(string)` – A signed OIDC compliant ID token
|
||||
|
||||
- `client_id` `(string: <optional>)` - Specifying the client ID optimizes validation time
|
||||
- `client_id` `(string: <optional>)` - Specifying the client ID additionally requires the token to contain a matching `aud` claim
|
||||
|
||||
### Sample Payload
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue