created public key accessible from resource server by giving endpoint url with client's credenital set up in Authorization no access token get access token by using user's credential and client's credential now we can access resource server with access token (JWT) security.oauth2.resource.jwt.key-uri=http://localhost:8080/oauth/token_key security.oauth2.client.client-id=rs security.oauth2.client..