Mock Authorization Server in Spring Boot Integration Test

Many of my friends were requesting to post an article on mocking Authorization server while doing Integration Test in Spring Boot. In this post I will explain how to use a test profile to mock your Authorization server while accessing protected resources in Integration Test.
Read More