Skip to content

Instantly share code, notes, and snippets.

@davidfrey
Created February 27, 2012 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfrey/1927858 to your computer and use it in GitHub Desktop.
Save davidfrey/1927858 to your computer and use it in GitHub Desktop.
The redirect uri included is not valid.
Started GET "/oauth/authorize?response_type=code&client_id=197ed256c231df835220264639dc4122a1f08a5806ac49d8558bca5a4559908f&redirect_uri=http%3A%2F%2Fdoorkeeper-client.dev%2Fusers%2Fauth%2Fdoorkeeper%2Fcallback" for 127.0.0.1 at 2012-02-27 15:18:29 -0800
Processing by Doorkeeper::AuthorizationsController#new as HTML
Parameters: {"response_type"=>"code", "client_id"=>"197ed256c231df835220264639dc4122a1f08a5806ac49d8558bca5a4559908f", "redirect_uri"=>"http://doorkeeper-client.dev/users/auth/doorkeeper/callback"}
Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = 1 LIMIT 1
Doorkeeper::Application Load (0.2ms) SELECT "oauth_applications".* FROM "oauth_applications" WHERE "oauth_applications"."uid" = '197ed256c231df835220264639dc4122a1f08a5806ac49d8558bca5a4559908f' LIMIT 1
Rendered doorkeeper/authorizations/error.html.erb within layouts/application (9.5ms)
Completed 200 OK in 140ms (Views: 70.0ms | ActiveRecord: 0.6ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment