From 3ed1be575ebf7199133a28bdbc38fd7b33fcb438 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Fri, 20 Oct 2023 13:36:56 +0200 Subject: [PATCH] Typo --- IdentityServer/v6/docs/content/ui/login/mfa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/ui/login/mfa.md b/IdentityServer/v6/docs/content/ui/login/mfa.md index 88efd076..a21c794a 100644 --- a/IdentityServer/v6/docs/content/ui/login/mfa.md +++ b/IdentityServer/v6/docs/content/ui/login/mfa.md @@ -5,7 +5,7 @@ weight: 50 # Multi Factor Authentication -IdentityServer itself doesn't implement MFA. MFA is of the login which is the [responsibility of the hosting application]({{< ref "..">}}). +IdentityServer itself doesn't implement MFA. MFA is part of the login which is the [responsibility of the hosting application]({{< ref "..">}}). ## MFA hosted in IdentityServer To make the local IdentityServer login page offer MFA anything that works with Asp.Net Core also works with IdentityServer. One approach is to use [Microsoft Asp.Net Identity](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity) that offers [MFA support](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-enable-qrcodes).