Dominic1983
Mar 25th, 2011, 07:19 AM
Hi,
We have OAuth implemented on another server in .Net and we need to protect REST webservices written in Java under Spring MVC.
I don't need to implement a new OAuth server just check that requests have a valid access token. This will then talk to the .Net webservices to check.
How do I go about doing this? I have looked at the example code and documentation and haven't seen much to go on.
Can I just implement some kind of filter to do this?
Thanks for your help
We have OAuth implemented on another server in .Net and we need to protect REST webservices written in Java under Spring MVC.
I don't need to implement a new OAuth server just check that requests have a valid access token. This will then talk to the .Net webservices to check.
How do I go about doing this? I have looked at the example code and documentation and haven't seen much to go on.
Can I just implement some kind of filter to do this?
Thanks for your help