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