mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
commit
81920acbb5
@ -13,7 +13,7 @@ This grant is suitable for machine-to-machine authentication, for example for us
|
|||||||
The client sends a POST request with following body parameters to the authorization server:
|
The client sends a POST request with following body parameters to the authorization server:
|
||||||
|
|
||||||
* `grant_type` with the value `client_credentials`
|
* `grant_type` with the value `client_credentials`
|
||||||
* `client_id` with the the client's ID
|
* `client_id` with the client's ID
|
||||||
* `client_secret` with the client's secret
|
* `client_secret` with the client's secret
|
||||||
* `scope` with a space-delimited list of requested scope permissions.
|
* `scope` with a space-delimited list of requested scope permissions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user