I\'m trying to implement a authorization server and a resource server using spring security oauth2. So far i\'ve managed to setup the authorization server and since i dont w
along with making your tokenService method @Primary as told in https://stackoverflow.com/a/40626102/3044680 , form springboot 1.5 onwards add security.oauth2.resource.filter-order = 3 to application.properties