Skip to content

Commit f8ec801

Browse files
authored
Merge pull request #252841 from MicrosoftDocs/main
9/26 OOB Publish at 9AM
2 parents 43e8bb4 + 0efe1a6 commit f8ec801

File tree

85 files changed

+3468
-1012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3468
-1012
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24550,6 +24550,26 @@
2455024550
"source_path_from_root": "/articles/orbital/space-partner-program-overview.md",
2455124551
"redirect_url": "/azure/orbital/overview",
2455224552
"redirect_document_id": false
24553+
},
24554+
{
24555+
"source_path_from_root": "/articles/active-directory/develop/single-page-app-tutorial-01-register-app.md",
24556+
"redirect_url": "/azure/active-directory/develop/tutorial-single-page-app-react-register-app.md",
24557+
"redirect_document_id": false
24558+
},
24559+
{
24560+
"source_path_from_root": "/articles/active-directory/develop/single-page-app-tutorial-02-prepare-spa.md",
24561+
"redirect_url": "/azure/active-directory/develop/tutorial-single-page-app-react-prepare-spa.md",
24562+
"redirect_document_id": false
24563+
},
24564+
{
24565+
"source_path_from_root": "/articles/active-directory/develop/single-page-app-tutorial-03-sign-in-users.md",
24566+
"redirect_url": "/azure/active-directory/develop/tutorial-single-page-app-react-sign-in-users.md",
24567+
"redirect_document_id": false
24568+
},
24569+
{
24570+
"source_path_from_root": "/articles/active-directory/develop/single-page-app-tutorial-04-call-api.md",
24571+
"redirect_url": "/azure/active-directory/develop/tutorial-single-page-app-react-call-api.md",
24572+
"redirect_document_id": false
2455324573
}
2455424574
]
2455524575
}

articles/active-directory/develop/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@
133133
items:
134134
- name: React
135135
items:
136-
- name: 1 - Register your app
137-
href: single-page-app-tutorial-01-register-app.md
138-
- name: 2 - Prepare your app
139-
href: single-page-app-tutorial-02-prepare-spa.md
140-
- name: 3 - Sign in users
141-
href: single-page-app-tutorial-03-sign-in-users.md
142-
- name: 4 - Get user data from web API
143-
href: single-page-app-tutorial-04-call-api.md
136+
- name: Register your app
137+
href: tutorial-single-page-app-react-register-app.md
138+
- name: Prepare your app
139+
href: tutorial-single-page-app-react-prepare-spa.md
140+
- name: Sign in users
141+
href: tutorial-single-page-app-react-sign-in-users.md
142+
- name: Get user data from web API
143+
href: tutorial-single-page-app-react-call-api.md
144144
- name: Angular
145145
href: tutorial-v2-angular-auth-code.md
146146
- name: Blazor WebAssembly

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: henrymbuguakiarie
33
ms.service: active-directory
44
ms.topic: include
5-
ms.date: 10/25/2022
5+
ms.date: 09/25/2023
66
ms.author: henrymbugua
77
---
88

@@ -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](../../single-page-app-tutorial-01-register-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/single-page-app-tutorial-04-call-api.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

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)

0 commit comments

Comments
 (0)