July 2017
Intermediate to advanced
414 pages
11h 18m
English
In this section, we will see the basic Spring Boot configuration for OAuth2. When a client application requires access to a protected resource, the client sends a request to an authorization server. The authorization server validates the request, and provides an access token. This access token will be validated for every client-to-server request. The request and response sent back and forth depends on the grant type.
The resource owner password credentials grant approach will be used in the following example:

In this case, as shown in the ...
Read now
Unlock full access