Skip to content

Commit 449200a

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-aadroles-roles-feb
2 parents 75d5cfc + fae39d8 commit 449200a

5 files changed

+9
-6
lines changed

articles/active-directory/develop/desktop-quickstart-portal-nodejs-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ ms.custom: mode-api
3737
>
3838
> #### Step 1: Configure the application in Azure portal
3939
> For the code sample for this quickstart to work, you need to add a reply URL as **msal://redirect**.
40-
> > [!div class="nextstepaction"]
41-
> > [Make this change for me]()
40+
>
41+
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
4242
>
4343
> > [!div id="appconfigured" class="alert alert-info"]
4444
> > ![Already configured](media/quickstart-v2-windows-desktop/green-check.png) Your application is configured with these attributes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-tra
4343
>
4444
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
4545
>
46-
> > [!div class="alert alert-info"]
46+
> > [!div id="appconfigured" class="alert alert-info"]
4747
> > ![Already configured](media/quickstart-v2-javascript/green-check.png) Your application is configured with these attributes.
4848
>
4949
> ### Step 2: Download the project
@@ -102,4 +102,4 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-tra
102102
> For a more detailed step-by-step guide on building the application used in this quickstart, see the following tutorial:
103103
>
104104
> > [!div class="nextstepaction"]
105-
> > [Tutorial: Sign in users and call Microsoft Graph](./tutorial-v2-javascript-auth-code.md)
105+
> > [Tutorial: Sign in users and call Microsoft Graph](./tutorial-v2-javascript-auth-code.md)

articles/active-directory/develop/web-app-quickstart-portal-aspnet-core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
3636
> - For **Front-channel logout URL**, enter **https://localhost:44321/signout-oidc**.
3737
>
3838
> The authorization endpoint will issue request ID tokens.
39+
>
3940
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
4041
>
4142
> > [!div id="appconfigured" class="alert alert-info"]
@@ -129,4 +130,4 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
129130
> - Sign in users in national clouds or with social identities.
130131
>
131132
> > [!div class="nextstepaction"]
132-
> > [ASP.NET Core web app tutorials on GitHub](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/)
133+
> > [ASP.NET Core web app tutorials on GitHub](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/)

articles/active-directory/develop/web-app-quickstart-portal-java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:Java", devx-track-jav
4343
>
4444
> 1. Add reply URLs `https://localhost:8443/msal4jsample/secure/aad` and `https://localhost:8443/msal4jsample/graph/me`.
4545
> 1. Create a client secret.
46+
>
4647
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
4748
>
4849
> > [!div id="appconfigured" class="alert alert-info"]

articles/active-directory/develop/web-app-quickstart-portal-node-js.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:js", devx-track-js, m
4040
>
4141
> #### Step 1: Configure the application in Azure portal
4242
> For the code sample for this quickstart to work, you need to create a client secret and add the following reply URL: `http:/> /localhost:3000/redirect`.
43+
>
4344
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
4445
>
4546
> > [!div id="appconfigured" class="alert alert-info"]
@@ -86,4 +87,4 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:js", devx-track-js, m
8687
> ## Next steps
8788
>
8889
> > [!div class="nextstepaction"]
89-
> > [Adding Auth to an existing web app - GitHub code sample >](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/auth-code)
90+
> > [Adding Auth to an existing web app - GitHub code sample >](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/auth-code)

0 commit comments

Comments
 (0)