From 848a7b95e94e6626a67847bc5192381e2e9aab2a Mon Sep 17 00:00:00 2001 From: Michael DePouw Date: Tue, 1 Aug 2023 15:20:50 -0400 Subject: [PATCH] Fix code sample on Features-Mvc-Core-Social-Logins.md --- docs/en/Features-Mvc-Core-Social-Logins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Features-Mvc-Core-Social-Logins.md b/docs/en/Features-Mvc-Core-Social-Logins.md index 76675e66..40dddbd5 100644 --- a/docs/en/Features-Mvc-Core-Social-Logins.md +++ b/docs/en/Features-Mvc-Core-Social-Logins.md @@ -58,7 +58,7 @@ In addition to social logins, ASP.NET Zero includes OpenId Connect Login integra "ClientId": "", "ClientSecret": "", "ValidateIssuer": "true", - "ClaimsMapping: [] + "ClaimsMapping": [] } ``` @@ -81,4 +81,4 @@ If you are using Azure AD for OpenID Connect and your app is multi-tenant on Azu ## Next -* [Two Factor Authentication](Features-Mvc-Core-Two-Factor-Authentication) \ No newline at end of file +* [Two Factor Authentication](Features-Mvc-Core-Two-Factor-Authentication)