Developer Recipes Handbook
Keeping track of interesting places I put my feet on in the software development world.
Search This Blog
Showing posts with label
JWT
.
Show all posts
Showing posts with label
JWT
.
Show all posts
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;
Older Posts
Home
Subscribe to:
Posts (Atom)