diff --git a/angular-spa/README.md b/angular-spa/README.md index f0c07862..a1c5e7d9 100644 --- a/angular-spa/README.md +++ b/angular-spa/README.md @@ -10,6 +10,7 @@ products: - azure - azure-active-directory - ms-graph +- microsoft-identity-platform urlFragment: ms-identity-docs-javascript-angular-spa --- diff --git a/msal-client-credentials-flow/README.md b/msal-client-credentials-flow/README.md index 29e947b4..d727e961 100644 --- a/msal-client-credentials-flow/README.md +++ b/msal-client-credentials-flow/README.md @@ -10,6 +10,7 @@ products: - azure - azure-active-directory - ms-graph +- microsoft-identity-platform urlFragment: ms-identity-docs-code-webapi-nodejs-client-credentials-flow --- diff --git a/protect-api/README.md b/protect-api/README.md index c35911be..3d1100a5 100644 --- a/protect-api/README.md +++ b/protect-api/README.md @@ -9,6 +9,7 @@ description: "This Node.js API protects its own protected endpoint using JWT sco products: - azure - azure-active-directory +- microsoft-identity-platform urlFragment: ms-identity-docs-code-web-api-nodejs --- diff --git a/protect-function-app/README.md b/protect-function-app/README.md index 26c2468a..b128d8bf 100644 --- a/protect-function-app/README.md +++ b/protect-function-app/README.md @@ -9,6 +9,7 @@ products: - azure - azure-active-directory - azure-functions +- microsoft-identity-platform --- # Node.js | Azure Function | protect an API | Microsoft identity platform diff --git a/protected-api-access-protected-api/README.md b/protected-api-access-protected-api/README.md index a73abb15..bd60d0e8 100644 --- a/protected-api-access-protected-api/README.md +++ b/protected-api-access-protected-api/README.md @@ -10,6 +10,7 @@ products: - azure - azure-active-directory - ms-graph +- microsoft-identity-platform urlFragment: ms-identity-docs-code-api-obo-nodejs --- diff --git a/react-spa/README.md b/react-spa/README.md index d3a6aa5c..57b57bb4 100644 --- a/react-spa/README.md +++ b/react-spa/README.md @@ -6,6 +6,7 @@ products: - azure - azure-active-directory - ms-graph +- microsoft-identity-platform name: React single-page app (SPA) that signs in user url-fragment: msal-react-single-page-app description: This minimal React application demonstrates usage of the Microsoft Authentication Library for React (MSAL React) to sign in Azure AD users (authentication), call a protected web API (authorization), and sign out users.