1) The client application sends a GET request with the following data to the authorization server:
1.1) Параметры:
response_type = code — authorization type
client_id — client application ID
redirect_uri — code redirect URL
scope — required role for user
state — character set as marker
Example request: