“IdentityModelEventSource.showpii” Code-Antworten

IdentityModelEventSource.showpii

public IServiceProvider ConfigureServices(IServiceCollection services)
{
       IdentityModelEventSource.ShowPII = true; //To show detail of error and see the problem
                   ...
Narshe

IdentityModelEventSource.showpii

if (env.IsDevelopment())
{
     IdentityModelEventSource.ShowPII = true; 
}
Narshe

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen