Skip to content

Commit

Permalink
identity: fix identity token introspect doc (hashicorp#12531)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored and jartek committed Sep 11, 2021
1 parent cd3e3d3 commit fe19488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/identity/tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe19488

Please sign in to comment.