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
not needed, since UseIdentityServer adds the authentication middleware
pull/424/head
ddrsql
7 years ago
parent
3475d5e2a9
commit
bb04e400d9
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/Services/Identity/Identity.API/Startup.cs
+ 0
- 2
src/Services/Identity/Identity.API/Startup.cs
View File
@ -148,8 +148,6 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
await
next
(
)
;
}
)
;
app
.
UseAuthentication
(
)
;
// Adds IdentityServer
app
.
UseIdentityServer
(
)
;
Write
Preview
Loading…
Cancel
Save