Skip to content

Commit 8336f3b

Browse files
committed
fixing build errors
1 parent 18ef21b commit 8336f3b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/active-directory/external-identities/customers/sample-web-app-dotnet-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To get the web app sample code, you can do either of the following tasks:
8989
9090
1. Once signed in the display name is shown next to the **Sign out** button as shown in the following screenshot.
9191
92-
:::image type="content" source="media/how-to-web-app-dotnet-sign-in-sign-in-out/display-aspnet-welcome.png" alt-text="Screenshot of sign in into a ASP.NET web app.":::
92+
:::image type="content" source="media/tutorial-web-app-dotnet-sign-in-sign-in-out/display-aspnet-welcome.png" alt-text="Screenshot of sign in into a ASP.NET web app.":::
9393
9494
1. To sign-out from the application, select the **Sign out** button.
9595
@@ -98,4 +98,4 @@ To get the web app sample code, you can do either of the following tasks:
9898
- [Enable password reset](how-to-enable-password-reset-customers.md)
9999
- [Customize the default branding](how-to-customize-branding-customers.md)
100100
- [Configure sign-in with Google](how-to-google-federation-customers.md)
101-
- [Sign in users in your own ASP.NET web application by using an Azure AD for customers tenant](how-to-web-app-dotnet-sign-in-prepare-app.md)
101+
- [Sign in users in your own ASP.NET web application by using an Azure AD for customers tenant](tutorial-web-app-dotnet-sign-in-prepare-app.md)

articles/active-directory/external-identities/customers/samples-ciam-all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ These samples and how-to guides demonstrate how to write a web application that
4343
> | Language/<br/>Platform | Code sample guide | Build and integrate guide |
4444
> | ------- | -------- | ------------- |
4545
> | JavaScript, Node.js (Express) | &#8226; [Sign in users](./sample-web-app-node-sign-in.md)<br/> &#8226; [Sign in users and call an API](./sample-web-app-node-sign-in-call-api.md) | &#8226; [Sign in users](tutorial-web-app-node-sign-in-prepare-tenant.md)<br/> &#8226; [Sign in users and call an API](how-to-web-app-node-sign-in-call-api-overview.md) |
46-
> | ASP.NET Core | &#8226; [Sign in users](./sample-web-app-dotnet-sign-in.md) | &#8226; [Sign in users](how-to-web-app-dotnet-sign-in-prepare-tenant.md) |
46+
> | ASP.NET Core | &#8226; [Sign in users](./sample-web-app-dotnet-sign-in.md) | &#8226; [Sign in users](tutorial-web-app-dotnet-sign-in-prepare-tenant.md) |
4747
4848
### Web API
4949

@@ -112,7 +112,7 @@ These samples and how-to guides demonstrate how to write a daemon application th
112112
> | App type | Code sample guide | Build and integrate guide |
113113
> | ------- | -------- | ------------- |
114114
> | Web API| --- | &#8226; [Secure an ASP.NET web API](tutorial-protect-web-api-dotnet-core-build-app.md) |
115-
> | Web app | &#8226; [Sign in users](how-to-web-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](how-to-web-app-dotnet-sign-in-prepare-tenant.md) |
115+
> | Web app | &#8226; [Sign in users](sample-web-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](tutorial-web-app-dotnet-sign-in-prepare-tenant.md) |
116116
117117
### .NET (MAUI)
118118

articles/active-directory/external-identities/customers/whats-new-docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Welcome to what's new in Azure Active Directory for customers documentation. Thi
6666
- [Tutorial: Prepare your customer tenant to authenticate a vanilla JavaScript single-page app](how-to-single-page-app-vanillajs-prepare-tenant.md) - Fixed SPA aligning content styling
6767
- [Tutorial: Add sign-in and sign-out to a vanilla JavaScript single-page app for a customer tenant](how-to-single-page-app-vanillajs-sign-in-sign-out.md) - Fixed SPA aligning content styling
6868
- [Tutorial: Prepare your customer tenant to authenticate users in a React single-page app (SPA)](how-to-single-page-application-react-prepare-tenant.md) - Fixed SPA aligning content styling
69-
- [Tutorial: Prepare an ASP.NET web app for authentication in a customer tenant](how-to-web-app-dotnet-sign-in-prepare-app.md) - ASP.NET web app fixes
70-
- [Tutorial: Prepare your customer tenant to authenticate users in an ASP.NET web app](how-to-web-app-dotnet-sign-in-prepare-tenant.md) - ASP.NET web app fixes
71-
- [Tutorial: Add sign-in and sign-out to an ASP.NET web application for a customer tenant](how-to-web-app-dotnet-sign-in-sign-out.md) - ASP.NET web app fixes
69+
- [Tutorial: Prepare an ASP.NET web app for authentication in a customer tenant](tutorial-web-app-dotnet-sign-in-prepare-app.md) - ASP.NET web app fixes
70+
- [Tutorial: Prepare your customer tenant to authenticate users in an ASP.NET web app](tutorial-web-app-dotnet-sign-in-prepare-tenant.md) - ASP.NET web app fixes
71+
- [Tutorial: Add sign-in and sign-out to an ASP.NET web application for a customer tenant](tutorial-web-app-dotnet-sign-in-sign-out.md) - ASP.NET web app fixes
7272
- [Collect user attributes during sign-up](how-to-define-custom-attributes.md) - Added a step for the Show more attributes pane and custom attributes
7373
- [Manage Azure Active Directory for customers resources with Microsoft Graph](microsoft-graph-operations.md) - Combined Graph API references into one doc

0 commit comments

Comments
 (0)