IdentityServer4 – debugging source
Do you have a .NET Core 2.2 project that is referencing IdentityServer4 (IdentityServer4.dll) 2.4.0, and would like to dig into the source code? Maybe you would like search for a specific error message in the source code, set a breakpoint there, watch variables and trace back where the values comes from. Or you would like …