Hello I have a rest web service which implement oauth2.0 . Now I have my web application with a login which currently using spring security. I want to use the same login to authenticate with the rest web service using oauth2. My question is: Does this tutorial is suitable for me? https://raymondhlee.wordpress.com/2014/12/21/implementing-oauth2-with-spring-security/
I just want to authenticate my login with the rest webservice. My web application is using hibernate/spring. Please advise. Thanks