From df8fca1e55e52233b4c6932a4688f02fe137d959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amit=E2=9A=A1?= Date: Fri, 30 Oct 2020 10:51:32 -0700 Subject: [PATCH] updated front yaml for docs samples browser syntax --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7c24f12..e1c243f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,13 @@ --- -title: "Quickstart: Add Authentication to a Node web app with MSAL Node" -titleSuffix: Microsoft identity platform -description: In this quickstart, you learn how to implement authentication with a Node.js web app and MSAL Node. -services: active-directory -author: amikuma -manager: saeeda - -ms.service: active-directory -ms.subservice: develop -ms.topic: quickstart -ms.workload: identity -ms.date: 10/1/2020 -ms.author: amikuma -ms.custom: aaddev, scenarios:getting-started, languages:js, devx-track-js -#Customer intent: As an application developer, I want to know how to set up authentication in a web application built using Node.js. +page_type: quickstart +languages: +- javascript +products: +- azure-active-directory +- javascript +- nodejs +description: "Add Authentication to a Node web app with MSAL Node" +urlFragment: "quickstart-v2-nodejs-webapp-msal" --- # MSAL Node Quickstart: Auth Code