Spring-boot oauth2 splitting authorization server and resource server

前端 未结 1 1508
野的像风
野的像风 2021-02-06 09:34

Im trying to split the resource server from the authorization server in spring-boot. I have two different applications that i\'m running separately. In the authorization server

1条回答
  •  旧巷少年郎
    2021-02-06 10:26

    You have created 2 instances of InMemoryTokenStore. If you want to share tokens between the auth server and resource server they need the same store.

    0 讨论(0)
提交回复
热议问题