Difference between revisions of "Client flow description"
Pavel.lobko (talk | contribs) |
Pavel.lobko (talk | contribs) |
||
Line 4: | Line 4: | ||
− | The flow consists of the following steps: | + | The flow consists of the following steps:<br> |
(A) The client authenticates with the authorization server and requests an access token from the token endpoint. | (A) The client authenticates with the authorization server and requests an access token from the token endpoint. | ||
Line 14: | Line 14: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Parameter!! Description | ! Parameter!! Description | ||
+ | |- | ||
|*OAUTH2C [[i2Rest-client command#AUTHMETHOD | Authentication method]]| *OAUTH2C has to be chosen | |*OAUTH2C [[i2Rest-client command#AUTHMETHOD | Authentication method]]| *OAUTH2C has to be chosen | ||
+ | |- | ||
+ | |*OAUTH2C [[i2Rest-client command#COMAND| Command]]| Any of available request type can be choosen | ||
+ | |- | ||
+ | |*OAUTH2C [[i2Rest-client command#URL| API endpoint]]| Any of available request type can be choosen | ||
+ | |- | ||
+ | |- | ||
|} | |} | ||
Revision as of 12:01, 10 April 2020
An application can request an access token using only its own credentials, the flow is pretty simple.
The flow consists of the following steps:
(A) The client authenticates with the authorization server and requests an access token from the token endpoint.
(B) The authorization server authenticates the client, and if valid, issues an access token.
So, the next parameters are required
Parameter | Description |
---|---|
*OAUTH2C Authentication method| *OAUTH2C has to be chosen | |
*OAUTH2C Command| Any of available request type can be choosen | |
*OAUTH2C API endpoint| Any of available request type can be choosen |
Back to i2Rest Client
i2Rest client perfoms Oauth 2.0 Client credential flow when *OAUTH2C
Authentication method is chosen.