Skip to content

Commit 708bd1b

Browse files
committed
Improve text
1 parent 1a974a5 commit 708bd1b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
app.UseStaticFiles();
111111

112112
app.UseRouting();
113-
// Authorization is required for middleware after the UseAuthorization method
113+
// Authorization is applied for middleware after the UseAuthorization method
114114
app.UseAuthorization();
115115
app.MapRazorPages();
116116

0 commit comments

Comments
 (0)