Skip to content

Commit bb04e40

Browse files
committed
not needed, since UseIdentityServer adds the authentication middleware
1 parent 3475d5e commit bb04e40

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Services/Identity/Identity.API/Startup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
148148
await next();
149149
});
150150

151-
app.UseAuthentication();
152-
153151
// Adds IdentityServer
154152
app.UseIdentityServer();
155153

0 commit comments

Comments
 (0)