Merge pull request #424 from ddrsql/dev
not needed, since UseIdentityServer adds the authentication middleware
This commit is contained in:
commit
16bc07aedd
@ -148,8 +148,6 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
|
|||||||
await next();
|
await next();
|
||||||
});
|
});
|
||||||
|
|
||||||
app.UseAuthentication();
|
|
||||||
|
|
||||||
// Adds IdentityServer
|
// Adds IdentityServer
|
||||||
app.UseIdentityServer();
|
app.UseIdentityServer();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user