I\'m trying to do authentication with Bearer tokens and owin.
I can issue the token fine using the grant type password
and overriding GrantResour
A year since this was posted, and I too experienced the same problem.
As you can see, my bearer token is recognized in the request headers, but my identity is still not be authenticated.
To fix, the short answer is make sure to configure your OAuth middleware before you configure your WebApi middleware (HttpConfiguration).