1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-29 23:01:46 +01:00

show pii on api

This commit is contained in:
Kyle Spearrin 2019-07-25 21:17:58 -04:00
parent 34eba3c465
commit edd49c7e67

View File

@ -12,6 +12,7 @@ using Stripe;
using Bit.Core.Utilities;
using IdentityModel;
using System.Globalization;
using Microsoft.IdentityModel.Logging;
namespace Bit.Api
{
@ -141,6 +142,7 @@ namespace Bit.Api
IApplicationLifetime appLifetime,
GlobalSettings globalSettings)
{
IdentityModelEventSource.ShowPII = true;
app.UseSerilog(env, appLifetime, globalSettings);
// Default Middleware