/spring-web-resource-client

Implements Oauth2 authorization code from client perspective

Primary LanguageJava

Spring Boot Resource Client

This project shows how to implement Oauth 2.0 Resource Server from the client perspective with Spring Boot Security project

To run the project

gradle bootRun
user: username
password: password
  • You should see this response
["Healing","Energy","Healthy","Boost"]

Note: This project uses this Authorization Server to grant access tokens.

Read this as reference