Configuring resource server with RemoteTokenServices in Spring Security Oauth2

后端 未结 4 2033
臣服心动
臣服心动 2021-01-03 06:58

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

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-03 07:29

    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

提交回复
热议问题