microsoft-identity-web
microsoft-identity-web copied to clipboard
Change severity level for logs like "IDX10223: Lifetime validation failed. The token is expired"
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
2.16.1
Web app
Sign-in users and call web APIs
Web API
Protected web APIs (validating tokens)
Token cache serialization
Not Applicable
Description
Every day I got a lot of error logs like
IDX10223: Lifetime validation failed. The token is expired...IDX10205: Issuer validation failed...
The 1st one is not an error and we want to ignore it: this means that some of our clients make a request with an expired token, then the 401 will be returned and the client goes to the refresh endpoint for the new token. So it's not an error on the server side, we can't fix it from the server side. Why is it treated as an error?
How to disable/ignore/change-severity them?