From 22c9be38358ac7005f44a4209ecd1bdfd205672d Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Fri, 10 Sep 2021 11:41:32 -0500 Subject: [PATCH] identity: fix identity token introspect doc (#12531) --- website/content/api-docs/secret/identity/tokens.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/secret/identity/tokens.mdx b/website/content/api-docs/secret/identity/tokens.mdx index 030c6ee26..a943ad415 100644 --- a/website/content/api-docs/secret/identity/tokens.mdx +++ b/website/content/api-docs/secret/identity/tokens.mdx @@ -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: )` - Specifying the client ID optimizes validation time +- `client_id` `(string: )` - Specifying the client ID additionally requires the token to contain a matching `aud` claim ### Sample Payload