InterviewSolution
Saved Bookmarks
| 1. |
Explain spring security OAuth2. |
|
Answer» A simple AUTHORIZATION framework, OAuth 2.0, permits client applications to access protected resources via an authorization server. Using it, a client application (third party) can gain limited access to an HTTP service on behalf of the resource owner or on its own behalf. In OAuth2, four roles are AVAILABLE as shown below:
|
|