1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

show PII in dev mode

This commit is contained in:
Kyle Spearrin 2019-02-26 17:01:06 -05:00
parent 506fe28ee7
commit c1c49fb67e

View File

@ -273,6 +273,11 @@ namespace Bit.Core.Utilities
addAuthorization.Invoke(config);
});
}
if(environment.IsDevelopment())
{
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;
}
}
public static IIdentityServerBuilder AddCustomIdentityServerServices(