Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void AddScheme(string name, Action<AuthenticationSchemeBuilder> configure
public string? DefaultForbidScheme { get; set; }

/// <summary>
/// If true, SignIn should throw if attempted with a user is not authenticated.
/// If true, SignIn should throw if attempted with a user who is not authenticated.
/// A user is considered authenticated if <see cref="ClaimsIdentity.IsAuthenticated"/> returns <see langword="true" /> for the <see cref="ClaimsPrincipal"/> associated with the HTTP request.
/// </summary>
public bool RequireAuthenticatedSignIn { get; set; } = true;
Expand Down
Loading