File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Security/Authentication/Core/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,9 +290,9 @@ protected virtual Task HandleForbiddenAsync(AuthenticationProperties properties)
290290 }
291291
292292 /// <summary>
293- /// Override this method to deal with 401 challenge concerns, if an authentication scheme in question
294- /// deals an authentication interaction as part of it's request flow. (like adding a response header, or
295- /// changing the 401 result to 302 of a login page or external sign-in location.)
293+ /// Override this method to deal with 401 challenge concerns if an authentication scheme in question
294+ /// deals an authentication interaction as part of its request flow (like adding a response header, or
295+ /// changing the 401 result to 302 of a login page or external sign-in location).
296296 /// </summary>
297297 /// <param name="properties"></param>
298298 /// <returns>A Task.</returns>
You can’t perform that action at this time.
0 commit comments