GET {Authorization Endpoint}?
  response_type=code&
  client_id={Client ID}&
  redirect_uri={Redirect URI}&
  scope={Scopes}&
  state={Arbitrary String}
HTTP/1.1
Host: {Authorization Server}
