Skip to content

Commit 4a9e039

Browse files
committed
code clean up
1 parent b342f94 commit 4a9e039

File tree

1 file changed

+0
-2
lines changed
  • aspnetcore/security/authentication/configure-oidc-web-authentication/sample/oidc-net8/RazorPageOidc

1 file changed

+0
-2
lines changed

aspnetcore/security/authentication/configure-oidc-web-authentication/sample/oidc-net8/RazorPageOidc/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
using Microsoft.AspNetCore.Authentication.Cookies;
22
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
33
using Microsoft.AspNetCore.Authorization;
4-
using Microsoft.AspNetCore.Mvc.Authorization;
54
using Microsoft.IdentityModel.JsonWebTokens;
65
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
7-
using Microsoft.IdentityModel.Tokens;
86
var builder = WebApplication.CreateBuilder(args);
97

108
builder.Services.AddAuthentication(options =>

0 commit comments

Comments
 (0)