0 Replies Latest reply on May 1, 2011 11:10 PM by racumin

    RESTEasy OAuth Tutorial

    racumin

      Are there any step- by- step tutorial on how to implement OAuth on RESTEasy web services? I'm having a hard time understanding the docs (http://docs.jboss.org/resteasy/docs/2.0.0.GA/javadocs/index.html) since it is not that well documented.

       

      I have REST web services that returns a JSON String and I want to implement security in it. I'm a beginner in terms of web security so I decided to use the built-in OAuth feature of RESTEasy.

       

      Can anyone guide me on how to do this?

       

      Thanks!