Skip to content

Fix punctuation of documentation in AuthenticationHandler.cs #60814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2025
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 @@ -290,9 +290,9 @@ protected virtual Task HandleForbiddenAsync(AuthenticationProperties properties)
}

/// <summary>
/// Override this method to deal with 401 challenge concerns, if an authentication scheme in question
/// deals an authentication interaction as part of it's request flow. (like adding a response header, or
/// changing the 401 result to 302 of a login page or external sign-in location.)
/// Override this method to deal with 401 challenge concerns if an authentication scheme in question
/// deals an authentication interaction as part of its request flow (like adding a response header, or
/// changing the 401 result to 302 of a login page or external sign-in location).
/// </summary>
/// <param name="properties"></param>
/// <returns>A Task.</returns>
Expand Down
Loading