Browse Source

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

pull/368/head
Cesar De la Torre 7 years ago
parent
commit
3f6f598e8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Marketing/Marketing.API/Startup.cs

+ 1
- 1
src/Services/Marketing/Marketing.API/Startup.cs 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();


Loading…
Cancel
Save