5

Related: Is there an OAuth test server

Is there a service or website that I can use to test a client implementation of the OAuth 2.0 protocol? The question linked above points to some excellent resources but they currently implement v1.0 of OAuth.

Community
  • 1
  • 1
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361
  • Last time I had to debug my client OAuth 2.0 codeI just tried it against Facebook and Foursquare. Good question +1. – Zepplock Oct 10 '11 at 18:20

1 Answers1

2

You can run your very own Django OAuth 2.0 Server or Rack OAuth 2.0

There is also Apache's Amber Authorization Server

tolitius
  • 22,149
  • 6
  • 70
  • 81