IdentityModel / AuthorizationServer

Sample implementation of an OAuth2 Authorization Server
Other
281 stars 136 forks source link

Not getting 401 Error immediately after token expiry time. #243

Open pravinbhosale01 opened 9 years ago

pravinbhosale01 commented 9 years ago

We have configured application with 5 minutes of Token Lifetime. But even after 5 minutes gone pass. Token works for some time(Approximately 3-4 minutes). It is expected that it should throw '401 Unauthorized' immediately on 6th minute of token generation.