Client Flow description
Revision as of 11:07, 10 April 2020 by Pavel.lobko (talk | contribs)
i2Rest client perfoms Oauth 2.0 Client credential flow when *OAUTH2C
Authentication method is chosen.
The client can request an access token using only its client 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 fields are