1) The client application sends a GET request with data to the authorization server:
1.1) Options:
response_type = token — authorization type
client_id — client application ID
redirect_uri — code redirect URL
scope — required role for user
state — character set as marker
Sample request: