OAuth2 Access code flow using i2Rest bridge mode description

From i2Rest
Revision as of 14:33, 22 May 2020 by Pavel.lobko (talk | contribs)
Jump to: navigation, search

The authorization code grant type is used to obtain both access

  tokens and refresh tokens and is optimized for confidential clients.
  Since this is a redirection-based flow, the client must be capable of
  interacting with the resource owner's user-agent (typically a web
  browser) and capable of receiving incoming requests (via redirection)
  from the authorization server.

Bridge flow scheme.png


Back to i2Rest Client