OAUTH Overview

Why OAUTH ? In the traditional client-server authentication model, the client makes a Request to secured resource on the server by authenticating with the server using the resource owner’s credentials. In this case, since third-party applications needs resource owner’s credentials to access the secured resources. So Resource owner shares his/hercredentials with the third party. This […]

Share this article on

Spring Rest service security with OAUTH – XML

Lets discuss Spring Rest service security with OAuth using XML configuration We have learned about securing Rest services and consuming secured Rest services using Spring Security in spring security rest service article. In this article, we will learn about the same using OAuth instead of Spring security. If you are completely new to OAuth then […]

Share this article on
< Previous Next >