Closed TechnoAg closed 8 years ago
Hi @TechnoAg, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.
TTYL, DNFBOT;
Currently returns a null token if it is expired. This results in Identity Server in treating an expired token as a missing token. Instead, if Identity Server see it as an expired token, it will delete it.
View ValidateReferenceAccessTokenAsync handling of Expired Tokens