Skip to content

Commit 8cb9128

Browse files
committed
AppAuth not actually needed
1 parent a57c481 commit 8cb9128

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

IdentityServer/v7/CIMD/CIMD.IdentityServer/HostingExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public static WebApplication ConfigureServices(this WebApplicationBuilder builde
7575
options.Diagnostics.ChunkSize = 1024 * 1024 * 10; // 10 MB
7676
}
7777
})
78-
.AddAppAuthRedirectUriValidator()
7978
.AddTestUsers(TestUsers.Users)
8079
.AddLicenseSummary();
8180

0 commit comments

Comments
 (0)