identity: fix identity token introspect doc (#12531)
This commit is contained in:
parent
65029f8c8f
commit
22c9be3835
|
@ -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 New Issue