mirror of
https://github.com/bitwarden/server.git
synced 2025-04-19 12:08:11 -05:00
show PII in dev mode
This commit is contained in:
parent
506fe28ee7
commit
c1c49fb67e
@ -273,6 +273,11 @@ namespace Bit.Core.Utilities
|
|||||||
addAuthorization.Invoke(config);
|
addAuthorization.Invoke(config);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(environment.IsDevelopment())
|
||||||
|
{
|
||||||
|
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IIdentityServerBuilder AddCustomIdentityServerServices(
|
public static IIdentityServerBuilder AddCustomIdentityServerServices(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user