I have not added additional filters in web.xml, and configuration is not changed, I just used as clientCredentialsTokenEndpointFilter a class implemented by me that extends AbstractEndpointFilter...
Type: Posts; User: cybertop; Keyword(s):
I have not added additional filters in web.xml, and configuration is not changed, I just used as clientCredentialsTokenEndpointFilter a class implemented by me that extends AbstractEndpointFilter...
I resolved the problem by extending AbstractAuthenticationProcessingFilter and set my resource /app/oauth/token.
Thanks
Hi,
I'm trying to replicate the OAuth 2.0 authentication sparklr example in my application, when i run a test end call /app/oauth/token resurce I get 401 error: An Authentication object was not...