Developer Recipes Handbook
Keeping track of interesting places I put my feet on in the software development world.
Wednesday, August 15, 2018
JwtSecurityTokenHandler.ValidateToken throws exception and mentions setting IdentityModelEventSource.cs's ShowPII to true
Matthew Steeples
here
solved the mystery:
ShowPII is a static property, and here is how you can set it:
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment