Authorization Response
The authorization server processes the authorize request from client as follows:
- Issues an authorization code
 - Adds the parameters as described in the following table to the query component of the redirection URI using "application/x-www-form-urlencoded" format
 - Delivers the authorization code to the client
 
| Parameter | Description | 
|---|---|
| code | The authorization code generated by the authorization server. 
				 Required. Refer to Section 4.1.2 of RFC 6749 for details.  | 
 
		  
| state | Refers to the exact state parameter value as received from the client. This is required if the state parameter was present in the client authorization request. | 
Copyright © Cloud Software Group, Inc. All rights reserved.
