Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 20, 2025 18:08
Show Gist options
  • Select an option

  • Save wullemsb/3d895ef61310ec8058538a4d2ba0b729 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/3d895ef61310ec8058538a4d2ba0b729 to your computer and use it in GitHub Desktop.
builder.Services.AddAuthorization(options =>
{
options.FallbackPolicy = new AuthorizationPolicyBuilder()
.RequireAuthenticatedUser()
.Build();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment