mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
docs: add curl for introspection_endpoint with basic auth (#3851)
This commit is contained in:
parent
1e278918b5
commit
c2e0c8c37c
@ -344,6 +344,14 @@ Depending on your authorization method you will have to provide additional param
|
||||
|
||||
Send your `client_id` and `client_secret` as Basic Auth Header. Check [Client Secret Basic Auth Method](authn-methods#client-secret-basic) on how to build it correctly.
|
||||
|
||||
```BASH
|
||||
curl --request POST \
|
||||
--url {your_domain}/oauth/v2/introspect \
|
||||
--header 'Content-Type: application/x-www-form-urlencoded' \
|
||||
--header 'Authorization: Basic {your_basic_auth_header}' \
|
||||
--data token=VjVxyCZmRmWYqd3_F5db9Pb9mHR5fqzhn...
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="private_key_jwt">
|
||||
|
Loading…
Reference in New Issue
Block a user