identity: fix identity token introspect doc (#12531)

This commit is contained in:
John-Michael Faircloth 2021-09-10 11:41:32 -05:00 committed by GitHub
parent 65029f8c8f
commit 22c9be3835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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