zalando-stups / hutmann

Simple OAuth2 for Play! backend services
Other
3 stars 6 forks source link

Strange logging #4

Closed hbuerger closed 7 years ago

hbuerger commented 8 years ago

The following logging seems strange.

INFO - org.zalando.hutmann.authentication.OAuth2Action - No authorization founder in 'Authorization' header or 'access_token' query parameter. Rejecting access. - 0ms/OAuth2Action.scala:149/JAISn3cdT1uv3CVVGBzzrQ INFO - org.zalando.hutmann.authentication.OAuth2Action - Access granted for uid unknown with scopes [] - 0ms/AuthAction.scala:57/JAISn3cdT1uv3CVVGBzzrQ

lenalebt commented 7 years ago

That does not have anything to do with the hutmann itself, but is a following of how you use the library. In your case, you are using autoReject=false and then not rejecting anything in your own implementation part.

musiKk commented 7 years ago

I guess that's sorted.