Authorization Request
Use the following parameters to send an authorization request. The parameters can be added to the query component of the authorization endpoint URI using the "application/x-www-form-urlencoded" format.
Parameter | Description |
---|---|
response_type | The value must be set to code.
Required. |
client_id | The client identifier issued to the client by the authorization server during the registration process.
Required. |
redirect_uri | The URL where the authorization server sends the authorization code.
Optional. Refer to Section 3.1.2 of RFC 6749 for details. |
scope | Specifies the scope of the access request.
Refer to Section 3.3 of RFC 6749 for details. Optional. |
state | Specifies an opaque value used by the client to maintain the state between the request and callback. The authorization server includes the state value when redirecting the user-agent back to the client.
Optional. |
Copyright © Cloud Software Group, Inc. All rights reserved.