IdentityServer / IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
Apache License 2.0
91 stars 149 forks source link

AccessTokenValidation returns "Authorization has been denied for this request" #99

Closed Wesam18 closed 8 years ago

Wesam18 commented 8 years ago

I am using AccessTokenValidation version 2.9.1 in a Web API project and it works fine as expected but after a while, days or something, it starts behaving differently and returns "Authorization has been denied for this request" although I was using a valid token. I checked the Identity server and it didn't receive any validate request from my WebAPI app.

leastprivilege commented 8 years ago

You can enable logging to find out more about the real issue. Check the docs.

brockallen commented 8 years ago

All set on this issue?