application --> app

pull/4542/head
Scott Addie 2017-10-12 09:35:20 -05:00 committed by GitHub
parent 9d6cafcdc8
commit c857c8f187
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ uid: security/authorization/limitingidentitybyscheme
---
# Limiting identity by scheme
In some scenarios, such as Single Page Applications (SPAs), it's common to use multiple authentication methods. For example, the application may use cookie-based authentication to log in and JWT bearer authentication for JavaScript requests. In some cases, the app may have multiple instances of an authentication middleware. For example, two cookie middlewares where one contains a basic identity and one is created when a multi-factor authentication (MFA) has been triggered. MFA may be triggered because the user requested an operation that requires extra security.
In some scenarios, such as Single Page Applications (SPAs), it's common to use multiple authentication methods. For example, the app may use cookie-based authentication to log in and JWT bearer authentication for JavaScript requests. In some cases, the app may have multiple instances of an authentication middleware. For example, two cookie middlewares where one contains a basic identity and one is created when a multi-factor authentication (MFA) has been triggered. MFA may be triggered because the user requested an operation that requires extra security.
# [ASP.NET Core 2.x](#tab/aspnetcore2x)