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
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.
InMemoryTokenStore