This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed bug about loggerFactory and ConfigureAuthService() at MArketing.API Startup.cs
pull/368/head
Cesar De la Torre
7 years ago
parent
c9ad364aa5
commit
3f6f598e8a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
;
Write
Preview
Loading…
Cancel
Save