Skip to content

Commit 107dcd3

Browse files
authored
Merge pull request #104787 from CelesteDG/patch-26
Changed link to multi-tenant samples
2 parents 0c1c244 + fb116fc commit 107dcd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/howto-convert-app-to-be-multi-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.service: active-directory
1111
ms.subservice: develop
1212
ms.topic: conceptual
1313
ms.workload: identity
14-
ms.date: 12/10/2019
14+
ms.date: 02/19/2020
1515
ms.author: ryanwi
16-
ms.reviewer: jmprieur, lenalepa, sureshja
16+
ms.reviewer: jmprieur, lenalepa, sureshja, kkrishna
1717
ms.custom: aaddev
1818
---
1919

@@ -33,7 +33,7 @@ There are four simple steps to convert your application into an Azure AD multi-t
3333
3. [Update your code to handle multiple issuer values](#update-your-code-to-handle-multiple-issuer-values)
3434
4. [Understand user and admin consent and make appropriate code changes](#understand-user-and-admin-consent)
3535

36-
Let’s look at each step in detail. You can also jump straight to [this list of multi-tenant samples](https://docs.microsoft.com/samples/browse/?products=azure-active-directory).
36+
Let’s look at each step in detail. You can also jump straight to the sample [Build a multi-tenant SaaS web application that calls Microsoft Graph using Azure AD and OpenID Connect](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/master/2-WebApp-graph-user/2-3-Multi-Tenant/README.md).
3737

3838
## Update registration to be multi-tenant
3939

0 commit comments

Comments
 (0)