Browse Source

not needed, since UseIdentityServer adds the authentication middleware

pull/424/head
ddrsql 7 years ago
parent
commit
bb04e400d9
1 changed files with 0 additions and 2 deletions
  1. +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();


Loading…
Cancel
Save