Maybe I'm a bit confused - but how the resource server technically protects its data?
The fact that i use <resource-server> in my XML causes OAuth2AuthenticationProcessingFilter to be added to the chain; I thought that this filter check for access-token or code, and does what it needs (redirects etc) in order to get them if they are not exist... but i saw it does not do so.
who does?
how the resource server makes sure the calls come with a token?
thanks dave.


Reply With Quote
