Skip to content

Commit af135b3

Browse files
authored
Merge pull request #244249 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 7/7
2 parents 69bbaf0 + c9fc6a6 commit af135b3

File tree

633 files changed

+1197
-779
lines changed

Some content is hidden

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

633 files changed

+1197
-779
lines changed

includes/active-directory-develop-scenarios-prerequisites.md renamed to articles/active-directory/develop/includes/scenarios/scenarios-prerequisites.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Although not required reading before completing your first quickstart or tutoria
2222
:::column:::
2323
**Authentication and authorization**
2424

25-
- [Authentication basics](../articles/active-directory/develop/authentication-vs-authorization.md)
26-
- [ID tokens](../articles/active-directory/develop/id-tokens.md)
27-
- [Access tokens](../articles/active-directory/develop/access-tokens.md)
25+
- [Authentication basics](../../authentication-vs-authorization.md)
26+
- [ID tokens](../../id-tokens.md)
27+
- [Access tokens](../../access-tokens.md)
2828
:::column-end:::
2929
:::column:::
3030
**Microsoft identity platform**
3131

32-
- [Audiences](../articles/active-directory/develop/v2-supported-account-types.md)
33-
- [Applications and service principals](../articles/active-directory/develop/app-objects-and-service-principals.md)
34-
- [Permissions and consent](../articles/active-directory/develop/v2-permissions-and-consent.md)
32+
- [Audiences](../../v2-supported-account-types.md)
33+
- [Applications and service principals](../../app-objects-and-service-principals.md)
34+
- [Permissions and consent](../../permissions-consent-overview.md)
3535
:::column-end:::
3636
:::row-end:::

includes/active-directory-develop-scenarios-production.md renamed to articles/active-directory/develop/includes/scenarios/scenarios-production.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ To help in debugging and authentication failure troubleshooting scenarios, the M
2424

2525
:::row:::
2626
:::column:::
27-
- [Logging in MSAL.NET](../articles/active-directory/develop/msal-logging-dotnet.md)
28-
- [Logging in MSAL for Android](../articles/active-directory/develop/msal-logging-android.md)
29-
- [Logging in MSAL.js](../articles/active-directory/develop/msal-logging-js.md)
27+
- [Logging in MSAL.NET](../../msal-logging-dotnet.md)
28+
- [Logging in MSAL for Android](../../msal-logging-android.md)
29+
- [Logging in MSAL.js](../../msal-logging-js.md)
3030
:::column-end:::
3131
:::column:::
32-
- [Logging in MSAL for iOS/macOS](../articles/active-directory/develop/msal-logging-ios.md)
33-
- [Logging in MSAL for Java](../articles/active-directory/develop/msal-logging-java.md)
34-
- [Logging in MSAL for Python](../articles/active-directory/develop/msal-logging-python.md)
32+
- [Logging in MSAL for iOS/macOS](../../msal-logging-ios.md)
33+
- [Logging in MSAL for Java](../../msal-logging-java.md)
34+
- [Logging in MSAL for Python](../../msal-logging-python.md)
3535
:::column-end:::
3636
:::row-end:::
3737

@@ -44,8 +44,8 @@ Here are some suggestions for data collection:
4444

4545
## Validate your integration
4646

47-
Test your integration by following the [Microsoft identity platform integration checklist](../articles/active-directory/develop/identity-platform-integration-checklist.md).
47+
Test your integration by following the [Microsoft identity platform integration checklist](../../identity-platform-integration-checklist.md).
4848

4949
## Build for resilience
5050

51-
Learn how to increase resiliency in your app. For details, see [Increase resilience of authentication and authorization applications you develop](../articles/active-directory/fundamentals/resilience-app-development-overview.md)
51+
Learn how to increase resiliency in your app. For details, see [Increase resilience of authentication and authorization applications you develop](../../../fundamentals/resilience-app-development-overview.md)

includes/active-directory-develop-scenarios-registration-client-secrets.md renamed to articles/active-directory/develop/includes/scenarios/scenarios-registration-client-secrets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ You can add credentials to your client app's registration by using the [Azure po
2424

2525
### Add client credentials by using the Azure portal
2626

27-
To add credentials to your confidential client application's app registration, follow the steps in [Quickstart: Register an application with the Microsoft identity platform](../articles/active-directory/develop/quickstart-register-app.md) for the type of credential you want to add:
27+
To add credentials to your confidential client application's app registration, follow the steps in [Quickstart: Register an application with the Microsoft identity platform](../../quickstart-register-app.md) for the type of credential you want to add:
2828

29-
* [Add a client secret](../articles/active-directory/develop/quickstart-register-app.md#add-a-client-secret)
30-
* [Add a certificate](../articles/active-directory/develop/quickstart-register-app.md#add-a-certificate)
29+
* [Add a client secret](../../quickstart-register-app.md#add-a-client-secret)
30+
* [Add a certificate](../../quickstart-register-app.md#add-a-certificate)
3131

3232
### Add client credentials by using PowerShell
3333

articles/active-directory/develop/scenario-daemon-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Daemon applications require that a tenant admin pre-consent to the application c
4343

4444
If you're an ISV building a multitenant application, you should read the section [Deployment - case of multitenant daemon apps](scenario-daemon-production.md#deployment---multitenant-daemon-apps).
4545

46-
[!INCLUDE [Pre-requisites](../../../includes/active-directory-develop-scenarios-registration-client-secrets.md)]
46+
[!INCLUDE [Pre-requisites](./includes/scenarios/scenarios-prerequisites.md)]
4747

4848
## Next steps
4949

articles/active-directory/develop/scenario-daemon-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For developers, the end-to-end experience for this scenario has the following as
6060

6161
## Recommended reading
6262

63-
[!INCLUDE [recommended-topics](../../../includes/active-directory-develop-scenarios-prerequisites.md)]
63+
[!INCLUDE [recommended-topics](./includes/scenarios/scenarios-prerequisites.md)]
6464

6565
## Next steps
6666

articles/active-directory/develop/scenario-daemon-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're an ISV creating a daemon application that can run in several tenants,
3131

3232
You'll need to explain to your customers how to perform these operations. For more info, see [Requesting consent for an entire tenant](v2-permissions-and-consent.md#requesting-consent-for-an-entire-tenant).
3333

34-
[!INCLUDE [Common steps to move to production](../../../includes/active-directory-develop-scenarios-production.md)]
34+
[!INCLUDE [Pre-requisites](./includes/scenarios/scenarios-production.md)]
3535

3636
## Code samples
3737

articles/active-directory/develop/scenario-desktop-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Desktop applications have few specificities. They depend mainly on whether your
5656

5757
## Recommended reading
5858

59-
[!INCLUDE [recommended-topics](../../../includes/active-directory-develop-scenarios-prerequisites.md)]
59+
[!INCLUDE [recommended-topics](./includes/scenarios/scenarios-prerequisites.md)]
6060

6161
## Next steps
6262

articles/active-directory/develop/scenario-desktop-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ AcquireTokenSilent(scopesForVendorApi, accounts.FirstOrDefault()).ExecuteAsync()
103103

104104
For Microsoft personal account users, reprompting for consent on each native client (desktop or mobile app) call to authorize is the intended behavior. Native client identity is inherently insecure, which is contrary to confidential client application identity. Confidential client applications exchange a secret with the Microsoft Identity platform to prove their identity. The Microsoft identity platform chose to mitigate this insecurity for consumer services by prompting the user for consent each time the application is authorized.
105105

106-
[!INCLUDE [Common steps to move to production](../../../includes/active-directory-develop-scenarios-production.md)]
106+
[!INCLUDE [Common steps to move to production](./includes/scenarios/scenarios-production.md)]
107107

108108
## Next steps
109109

articles/active-directory/develop/scenario-mobile-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Keep in mind the following considerations when you build a mobile app on Microso
5151

5252
## Recommended reading
5353

54-
[!INCLUDE [recommended-topics](../../../includes/active-directory-develop-scenarios-prerequisites.md)]
54+
[!INCLUDE [recommended-topics](./includes/scenarios/scenarios-prerequisites.md)]
5555

5656
## Next steps
5757

articles/active-directory/develop/scenario-mobile-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For each Microsoft Authentication Library (MSAL) type, you can find sample code
3131
- [MSAL.NET wiki](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki)
3232

3333

34-
[!INCLUDE [Common steps to move to production](../../../includes/active-directory-develop-scenarios-production.md)]
34+
[!INCLUDE [Common steps to move to production](./includes/scenarios/scenarios-production.md)]
3535

3636
## Next steps
3737

0 commit comments

Comments
 (0)