Grails Spring Security OAuth2 Provider Plugin
57
stars
58
forks
source link
ClientCredentialsTokenEndpointFilter : Authentication success --> Secure object: FilterInvocation: URL: /oauth/token; Attributes: [_DENY_] #134
Closed
bluscreen closed 7 years ago
Hello,
it seems to me like something might be wrong with the filter chain although it is configured like the recommendation in the docs
I still cannot authenticate properly. this is what the debug log says..
so it looks to me like the authentication is granted in position 3 of the chain and then revoked later (position 6 or 8?)
I have the following build.gradle
any help would be much appreciated..