Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an authorization server that I can use to test a client implementation of OAuth 2.0?

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.

like image 568
Nathan Osman Avatar asked Nov 05 '22 13:11

Nathan Osman


1 Answers

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

There is also Apache's Amber Authorization Server

like image 68
tolitius Avatar answered Nov 09 '22 13:11

tolitius