Thank you for the quick response, Dave
I have BasicAuthenticationFilter in filter chain but exception is raised in TokenEndpoint (when Authentication object is not in place or...
Type: Posts; User: hipsterJoe; Keyword(s):
Thank you for the quick response, Dave
I have BasicAuthenticationFilter in filter chain but exception is raised in TokenEndpoint (when Authentication object is not in place or...
Hello everyone,
For some reason I need to return 401.1 HTTP status code instead of default 401 in case of invalid user credentials.
I found that WebResponseExceptionTranslator is responsible for...
Hi Dave,
thank you for the response,
AuthenticationManager was configured with
<security:authentication-manager alias="authenticationManager">
<security:authentication-provider...
Hi,
I try to use Resource Owner Password Credentials grant type with Spring Security OAuth 2 provider (1.0.0.BUILD-20120718.114859-150).
My security config looks like
<security:http...