not needed, since UseIdentityServer adds the authentication middleware

This commit is contained in:
ddrsql 2017-12-08 18:08:38 +08:00
parent 3475d5e2a9
commit bb04e400d9

View File

@ -148,8 +148,6 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
await next();
});
app.UseAuthentication();
// Adds IdentityServer
app.UseIdentityServer();