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)
290
290
}
291
291
292
292
/// <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).
296
296
/// </summary>
297
297
/// <param name="properties"></param>
298
298
/// <returns>A Task.</returns>
You can’t perform that action at this time.
0 commit comments