Fixed bug about loggerFactory and ConfigureAuthService() at MArketing.API Startup.cs

This commit is contained in:
Cesar De la Torre 2017-10-11 11:33:35 -07:00
parent c9ad364aa5
commit 3f6f598e8a

View File

@ -206,7 +206,7 @@
ConfigureEventBus(app);
}
private void ConfigureAuthService(IServiceCollection services, ILoggerFactory loggerFactory)
private void ConfigureAuthService(IServiceCollection services)
{
// prevent from mapping "sub" claim to nameidentifier.
JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear();