Skip to content

Commit de2f08b

Browse files
committed
clear-build-links
1 parent acbe7e1 commit de2f08b

10 files changed

+12
-16
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
- name: React
135135
items:
136136
- name: Register your app
137-
href: tutorial-single-page-app-react-prepare-app.md
137+
href: tutorial-single-page-app-react-register-app.md
138138
- name: Prepare your app
139139
href: tutorial-single-page-app-react-prepare-spa.md
140140
- name: Sign in users

articles/active-directory/develop/includes/libraries/libraries-spa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: henrymbugua
1313
| AngularJS | [MSAL AngularJS](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular)<sup>3</sup> | [msal-angularjs](https://www.npmjs.com/package/@azure/msal-angular) || ![Library can request ID tokens for user sign-in.][y] | ![Library can request access tokens for protected web APIs.][y] | Public preview |
1414
| JavaScript | [MSAL.js v2](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser)<sup>2</sup> | [msal-browser](https://www.npmjs.com/package/@azure/msal-browser) | [Tutorial](../../tutorial-v2-javascript-auth-code.md) | ![Library can request ID tokens for user sign-in.][y] | ![Library can request access tokens for protected web APIs.][y] | GA |
1515
| JavaScript | [MSAL.js 1.0](/javascript/api/overview/msal-overview)<sup>3</sup> | [msal-core](https://www.npmjs.com/package/@azure/msal-core) || ![Library can request ID tokens for user sign-in.][y] | ![Library can request access tokens for protected web APIs.][y] | GA |
16-
| React | [MSAL React](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-react)<sup>2</sup> | [msal-react](https://www.npmjs.com/package/@azure/msal-react) | [Tutorial](../../tutorial-single-page-app-react-prepare-app.md) | ![Library can request ID tokens for user sign-in.][y] | ![Library can request access tokens for protected web APIs.][y] | GA |
16+
| React | [MSAL React](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-react)<sup>2</sup> | [msal-react](https://www.npmjs.com/package/@azure/msal-react) | [Tutorial](../../tutorial-single-page-app-react-register-app.md) | ![Library can request ID tokens for user sign-in.][y] | ![Library can request access tokens for protected web APIs.][y] | GA |
1717

1818
<!--
1919
| Vue | [Vue MSAL](https://github.com/mvertopoulos/vue-msal) | [vue-msal](https://www.npmjs.com/package/vue-msal) | ![X indicating no.][n] | ![Green check mark.][y] | ![Green check mark.][y] | -- |

articles/active-directory/develop/index-spa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ landingContent:
3838
- text: JavaScript
3939
url: tutorial-v2-javascript-auth-code.md
4040
- text: React
41-
url: ./single-page-app-tutorial-01-register-app.md
41+
url: tutorial-single-page-app-react-register-app.md
4242
- title: "Scenario in depth"
4343
linkLists:
4444
- linkListType: how-to-guide

articles/active-directory/develop/quickstart-single-page-app-react-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Run the project with a web server by using Node.js:
9595

9696
- [Quickstart: Protect an ASP.NET Core web API with the Microsoft identity platform](./quickstart-web-api-aspnet-core-protect-api.md)
9797

98-
- Learn more by building this React SPA from scratch with the following series - [Tutorial: Sign in users and call Microsoft Graph](./single-page-app-tutorial-01-register-app.md)
98+
- Learn more by building this React SPA from scratch with the following series - [Tutorial: Sign in users and call Microsoft Graph](./tutorial-single-page-app-react-register-app.md)

articles/active-directory/develop/quickstart-v2-javascript-auth-code-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 11/12/2021
11+
ms.date: 09/25/2023
1212
ROBOTS: NOINDEX
1313
ms.author: henrymbugua
1414
ms.reviewer: jamesmantu
@@ -96,4 +96,4 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-tra
9696
> Next, try a step-by-step tutorial to learn how to build a React SPA from scratch that signs in users and calls the > Microsoft Graph API to get user profile data:
9797
>
9898
> > [!div class="nextstepaction"]
99-
> > [Tutorial: Sign in users and call Microsoft Graph](./single-page-app-tutorial-01-register-app.md)
99+
> > [Tutorial: Sign in users and call Microsoft Graph](./tutorial-single-page-app-react-register-app.md)

articles/active-directory/develop/spa-quickstart-portal-javascript-auth-code-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-tra
9696
> Next, try a step-by-step tutorial to learn how to build a React SPA from scratch that signs in users and calls the > Microsoft Graph API to get user profile data:
9797
>
9898
> > [!div class="nextstepaction"]
99-
> > [Tutorial: Sign in users and call Microsoft Graph from a React single-page app](./single-page-app-tutorial-01-register-app.md)
99+
> > [Tutorial: Sign in users and call Microsoft Graph from a React single-page app](./tutorial-single-page-app-react-register-app.md)

articles/active-directory/develop/tutorial-single-page-app-react-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial, you learn how to:
2727
2828
## Prerequisites
2929

30-
* Completion of the prerequisites and steps in [Tutorial: Create components for sign in and sign out in a React single-page app](single-page-app-tutorial-03-sign-in-users.md).
30+
* Completion of the prerequisites and steps in [Tutorial: Create components for sign in and sign out in a React single-page app](tutorial-single-page-app-react-sign-in-users.md).
3131

3232
## Creating a helper the Microsoft Graph client
3333

articles/active-directory/develop/tutorial-single-page-app-react-prepare-spa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial:
2727
2828
## Prerequisites
2929

30-
* Completion of the prerequisites and steps in [Tutorial: Register an application](single-page-app-tutorial-01-register-app.md).
30+
* Completion of the prerequisites and steps in [Tutorial: Register an application](tutorial-single-page-app-react-register-app.md).
3131
* Although any IDE that supports React applications can be used, the following Visual Studio IDEs are used for this tutorial. They can be downloaded from the [Downloads](https://visualstudio.microsoft.com/downloads) page. For macOS users, it's recommended to use Visual Studio Code.
3232
- Visual Studio 2022
3333
- Visual Studio Code
@@ -125,4 +125,4 @@ All parts of the app that require authentication must be wrapped in the [`MsalPr
125125
## Next steps
126126
127127
> [!div class="nextstepaction"]
128-
> [Tutorial: Create components for sign in and sign out in a React single-page app](single-page-app-tutorial-03-sign-in-users.md)
128+
> [Tutorial: Create components for sign in and sign out in a React single-page app](tutorial-single-page-app-react-sign-in-users.md)

articles/active-directory/develop/tutorial-single-page-app-react-register-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ To complete registration, provide the application a name, specify the supported
5858
## Next steps
5959

6060
> [!div class="nextstepaction"]
61-
> [Tutorial: Prepare an application for authentication](single-page-app-tutorial-02-prepare-spa.md)
61+
> [Tutorial: Prepare an application for authentication](tutorial-single-page-app-react-prepare-spa)

articles/active-directory/develop/tutorial-single-page-app-react-sign-in-users.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,5 @@ reactspalocal/
254254

255255
1. Save the file.
256256

257-
<!-- ::: zone pivot="devlang-javascript"
258-
[!INCLUDE [javascript](./includes/single-page-app/javascript-tutorial-03-sign-in-users.md)]
259-
<!-- ::: zone-end -->
260-
261257
> [!div class="nextstepaction"]
262-
> [Tutorial: Call an API from a React single-page app](single-page-app-tutorial-04-call-api.md)
258+
> [Tutorial: Call an API from a React single-page app](tutorial-single-page-app-react-call-api.md)

0 commit comments

Comments
 (0)