Authorization code grant flow diagram
Description > Authorization code grant flow diagram
Last updated
Description > Authorization code grant flow diagram
Last updated
Click on link to DOWNLOAD: ※ Authorization code grant flow diagram - Link
After the user enters the password, the Sign-In window closes and the Implicit Grant flow redirects him to the previous webpage, where the information stating that now the end-user has authorized this app is passed back. It is intended to be used for user-agent-based clients e. The scopes requested in this leg must be equivalent to or a subset of the scopes requested in the first leg.
If the user accesses this request, an authorization code will be sent back to the web application. Example The following is a sample response to a request for an access token, when the token request includes an authorization code. Note: It is important to note that the client app never sees this information.
Configure Authorization Code Grant - The implicit grant type is also a redirection-based flow but the access token is given to the user-agent to forward to the application, so it may be exposed to the user and other applications on the user's device. Example The following is a sample response to a request for an access token, when the token request includes an authorization code.