5

is it possible to create a custom oAuth server with the Zend Framework Zend_Oauth? For example i want to create a REST service and have oAuth authentication? Does the zend framework have support for this out of the box?>

Charles
  • 50,943
  • 13
  • 104
  • 142
Brandon_R
  • 121
  • 2
  • 6

2 Answers2

2

Currently, there is no working OAuth server/auth adapter. There are a few of us (including myself) working to meld the existing Zend_Oauth into a Zend_Auth_Adapter.

Find me on twitter @onyxraven and we can discuss. I should have an idea of what needs done before the end of the week.

Justin
  • 5,029
  • 1
  • 21
  • 21
  • I second the comment above, if you have a working solutions will be great if you share here – Komang Oct 19 '11 at 02:06
0

Have you taken a look at http://oauth.net/code/ ?

There is a community contribution:

http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Oauth/Server.php

Jesse
  • 307
  • 2
  • 5