Spring security oauth2 provider to secure non-spring api
Posted
by
user1241320
on Stack Overflow
See other posts from Stack Overflow
or by user1241320
Published on 2012-06-03T16:35:15Z
Indexed on
2012/06/03
16:40 UTC
Read the original article
Hit count: 270
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.
© Stack Overflow or respective owner