Spring security oauth2 provider to secure non-spring api
- by user1241320
I'm trying to set up an oauth 2.0 provider that should "secure" our restful api using spring-security-oauth. Being a 'spring fan' i thought it could be the quicker solution.
main point is this restful thingie is not a spring based webapp.
boss says the oauth provider should be a separate application, but i'm starting to doubt that.
(got this impression by reading spring-security-oauth)
i'm also new here so haven't really got my hands into this other (jersey-powered) restul api (core of our business).
any help/hint will be much appreciated.