Hi
I am trying to separate out the authorization server and resource server based of the sparklr/tonr example. From the docs, it does not look like there is a standard way of interaction between a remote resource server and an authorization server. I was hoping to find some implementation like say a "RemoteTokenServices" that would call into /oauth/validate on the authorization server passing in an access token for validation. So, my question is am I correct in assuming that there is no such implementation available today in Spring OAuth and I would have to write a custom TokenServices on the resource server to validate the token against a remote authorization server.
Thanks
Sudip.


Reply With Quote
