OAuth2 Access code flow using i2Rest bridge mode description
Revision as of 14:33, 22 May 2020 by Pavel.lobko (talk | contribs)
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.