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 4469b56925
commit fd018b4f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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