This project shows how to implement Oauth 2.0 Resource Server from the client perspective with Spring Boot Security project
- Checkout Spring Web Resource Server in your local computer
- Execute that project with
gradle bootRun - Then run this project
gradle bootRun- Open in your browser http://127.0.0.1:8080/categories
- Select:
categories-client-oidc - You should be redirected to a login page
- Enter this credentials
user: username
password: password- You should see this response
["Healing","Energy","Healthy","Boost"]Note: This project uses this Authorization Server to grant access tokens.