Skip to content

Commit fc3c428

Browse files
committed
Merge branch 'main' into release-preview-mswb
2 parents 93779c3 + aa1265d commit fc3c428

File tree

254 files changed

+2584
-1827
lines changed

Some content is hidden

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

254 files changed

+2584
-1827
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,11 @@
25232523
"redirect_url": "/azure/frontdoor/manager",
25242524
"redirect_document_id": false
25252525
},
2526+
{
2527+
"source_path_from_root": "/articles/frontdoor/standard-premium/faq.md",
2528+
"redirect_url": "/azure/frontdoor/front-door-faq",
2529+
"redirect_document_id": false
2530+
},
25262531
{
25272532
"source_path_from_root": "/articles/aks/aks-resource-health.md",
25282533
"redirect_url": "/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",

.openpublishing.redirection.virtual-desktop.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@
199199
"source_path_from_root": "/articles/virtual-desktop/windows-10-multisession-faq.yml",
200200
"redirect_url": "/azure/virtual-desktop/windows-multisession-faq",
201201
"redirect_document_id": true
202+
},
203+
{
204+
"source_path_from_root": "/articles/virtual-desktop/install-client-per-user.md",
205+
"redirect_url": "/azure/virtual-desktop/install-windows-client-per-user",
206+
"redirect_document_id": true
202207
}
203208
]
204209
}

articles/active-directory-b2c/cookie-definitions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following table lists the cookies used in Azure AD B2C.
4747
| `x-ms-cpim-ctx` | b2clogin.com, login.microsoftonline.com, branded domain | End of [browser session](session-behavior.md) | Context |
4848
| `x-ms-cpim-rp` | b2clogin.com, login.microsoftonline.com, branded domain | End of [browser session](session-behavior.md) | Used for storing membership data for the resource provider tenant. |
4949
| `x-ms-cpim-rc` | b2clogin.com, login.microsoftonline.com, branded domain | End of [browser session](session-behavior.md) | Used for storing the relay cookie. |
50+
| `x-ms-cpim-geo` | b2clogin.com, login.microsoftonline.com, branded domain | 1 Hour | Used as a hint to determine the resource tenants home geographic location. |
5051

5152
## Cross-Site request forgery token
5253

articles/active-directory-b2c/whats-new-docs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 08/01/2023
4+
ms.date: 09/01/2023
55
ms.service: active-directory
66
ms.subservice: B2C
77
ms.topic: reference
@@ -15,6 +15,13 @@ manager: CelesteDG
1515

1616
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the B2C service, see [What's new in Azure Active Directory](../active-directory/fundamentals/whats-new.md) and [Azure AD B2C developer release notes](custom-policy-developer-notes.md)
1717

18+
## August 2023
19+
20+
### Updated articles
21+
22+
- [Page layout versions](page-layout.md) - Editorial updates
23+
- [Secure your API used an API connector in Azure AD B2C](secure-rest-api.md) - Oauth Bearer Authentication updated to GA
24+
1825
## June 2023
1926

2027
### New articles
@@ -52,10 +59,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
5259
- [Build a global identity solution with funnel-based approach](azure-ad-b2c-global-identity-funnel-based-design.md)
5360
- [Use the Azure portal to create and delete consumer users in Azure AD B2C](manage-users-portal.md)
5461

55-
## April 2023
56-
57-
### Updated articles
58-
59-
- [Configure Transmit Security with Azure Active Directory B2C for passwordless authentication](partner-bindid.md) - Update partner-bindid.md
60-
- [Tutorial: Enable secure hybrid access for applications with Azure Active Directory B2C and F5 BIG-IP](partner-f5.md) - Update partner-f5.md
61-

articles/active-directory/authentication/concepts-azure-multi-factor-authentication-prompts-session-lifetime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: active-directory
77
ms.subservice: authentication
88
ms.custom: has-azure-ad-ps-ref
99
ms.topic: conceptual
10-
ms.date: 08/22/2023
10+
ms.date: 08/31/2023
1111

1212
ms.author: justinha
1313
author: justinha
@@ -99,7 +99,7 @@ This setting allows configuration of lifetime for token issued by Azure Active D
9999

100100
Now that you understand how different settings works and the recommended configuration, it's time to check your tenants. You can start by looking at the sign-in logs to understand which session lifetime policies were applied during sign-in.
101101

102-
Under each sign-in log, go to the **Authentication Details** tab and explore **Session Lifetime Policies Applied**. For more information, see [Authentication details](../reports-monitoring/concept-sign-in-log-activity-details.md#authentication-details).
102+
Under each sign-in log, go to the **Authentication Details** tab and explore **Session Lifetime Policies Applied**. For more information, see the [Learn about the sign-in log activity details](../reports-monitoring/concept-sign-in-log-activity-details.md) article.
103103

104104
![Screenshot of authentication details.](./media/concepts-azure-multi-factor-authentication-prompts-session-lifetime/details.png)
105105

articles/active-directory/enterprise-users/domains-admin-takeover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: enterprise-users
1010
ms.topic: how-to
1111
ms.workload: identity
12-
ms.date: 06/23/2022
12+
ms.date: 08/31/2023
1313
ms.author: barclayn
1414
ms.reviewer: sumitp
1515
ms.custom: it-pro, seo-update-azuread-jan, has-azure-ad-ps-ref
@@ -114,6 +114,7 @@ The key and templates aren't moved over when the unmanaged organization is in a
114114
Although RMS for individuals is designed to support Azure AD authentication to open protected content, it doesn't prevent users from also protecting content. If users did protect content with the RMS for individuals subscription, and the key and templates weren't moved over, that content isn't accessible after the domain takeover.
115115

116116
### Azure AD PowerShell cmdlets for the ForceTakeover option
117+
117118
You can see these cmdlets used in [PowerShell example](#powershell-example).
118119

119120
cmdlet | Usage

articles/active-directory/enterprise-users/licensing-groups-assign.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Assign licenses to a group
3-
description: How to assign licenses to users by means of Azure Active Directory group licensing
3+
description: How to assign licenses to users with Azure Active Directory group licensing
44
services: active-directory
55
keywords: Azure AD licensing
66
documentationcenter: ''
@@ -11,7 +11,7 @@ ms.service: active-directory
1111
ms.subservice: enterprise-users
1212
ms.topic: how-to
1313
ms.workload: identity
14-
ms.date: 06/24/2022
14+
ms.date: 08/31/2023
1515
ms.author: barclayn
1616
ms.reviewer: sumitp
1717
ms.custom: it-pro

articles/active-directory/enterprise-users/licensing-groups-resolve-problems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: active-directory
1111
ms.subservice: enterprise-users
1212
ms.topic: how-to
1313
ms.workload: identity
14-
ms.date: 06/24/2022
14+
ms.date: 08/31/2023
1515
ms.author: barclayn
1616
ms.reviewer: sumitp
1717
ms.custom: it-pro
@@ -63,8 +63,8 @@ To see which users and groups are consuming licenses, select a product. Under **
6363
**Problem:** One of the products that's specified in the group contains a service plan that conflicts with another service plan that's already assigned to the user via a different product. Some service plans are configured in a way that they can't be assigned to the same user as another, related service plan.
6464

6565
> [!TIP]
66-
> Exchange Online Plan1 and Plan2 were previously non-duplicable service plans. However, now they are service plans that can be duplicated.
67-
> If you are experiencing conflicts with these service plans, please try reprocessing them.
66+
> Previously, Exchange Online Plan1 and Plan2 were unique and couldn't be duplicated. Now, both service plans have been updated to allow duplication.
67+
> If you are experiencing conflicts with these service plans, try reprocessing them.
6868
6969
The decision about how to resolve conflicting product licenses always belongs to the administrator. Azure AD doesn't automatically resolve license conflicts.
7070

@@ -114,7 +114,7 @@ Updating license assignment on a user causes the proxy address calculation to be
114114
## LicenseAssignmentAttributeConcurrencyException in audit logs
115115
116116
**Problem:** User has LicenseAssignmentAttributeConcurrencyException for license assignment in audit logs.
117-
When group-based licensing tries to process concurrent license assignment of same license to a user, this exception is recorded on the user. This usually happens when a user is a member of more than one group with same assigned license. Azure AD will retry processing the user license and will resolve the issue. There is no action required from the customer to fix this issue.
117+
When group-based licensing tries to process concurrent license assignment of same license to a user, this exception is recorded on the user. This usually happens when a user is a member of more than one group with same assigned license. Azure AD retries processing the user license until the issue is resolved. There is no action required from the customer to fix this issue.
118118
119119
## More than one product license assigned to a group
120120

articles/active-directory/enterprise-users/users-revoke-access.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: barclayn
1010
ms.author: barclayn
1111
manager: amycolannino
1212
ms.reviewer: krbain
13-
ms.date: 06/24/2022
13+
ms.date: 08/31/2023
1414
ms.custom: it-pro, has-azure-ad-ps-ref
1515
ms.collection: M365-identity-device-management
1616
---
@@ -99,6 +99,7 @@ As an administrator in Azure Active Directory, open PowerShell, run ``Connect-Az
9999
100100
>[!NOTE]
101101
> For information on specific roles that can perform these steps review [Azure AD built-in roles](../roles/permissions-reference.md)
102+
102103
## When access is revoked
103104
104105
Once admins have taken the above steps, the user can't gain new tokens for any application tied to Azure Active Directory. The elapsed time between revocation and the user losing their access depends on how the application is granting access:

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory for customers"
33
description: "New and updated documentation for the Azure Active Directory for customers documentation."
4-
ms.date: 08/17/2023
4+
ms.date: 09/01/2023
55
ms.service: active-directory
66
ms.subservice: ciam
77
ms.topic: reference
@@ -15,6 +15,29 @@ manager: CelesteDG
1515

1616
Welcome to what's new in Azure Active Directory for customers documentation. This article lists new docs that have been added and those that have had significant updates in the last three months.
1717

18+
## August 2023
19+
20+
### New articles
21+
22+
- [Quickstart: Get started with guide walkthrough](quickstart-get-started-guide.md)
23+
- [Tutorial: Add sign-in and sign-out to a Vanilla JavaScript single-page app for a customer tenant](tutorial-single-page-app-vanillajs-sign-in-sign-out.md)
24+
- [Sign in users in a sample Node.js CLI application.](sample-cli-app-node-sign-in-users.md)
25+
- [Tutorial: Prepare a Node.js CLI application for authentication](tutorial-cli-app-node-sign-in-prepare-app.md)
26+
- [Prepare your customer tenant to sign in users in a Node.js CLI application](tutorial-cli-app-node-sign-in-prepare-tenant.md)
27+
- [Authenticate users in a Node.js CLI application - Build app](tutorial-cli-app-node-sign-in-sign-out.md)
28+
- [Tutorial: Use role-based access control in your .NET MAUI](tutorial-desktop-maui-role-based-access-control.md)
29+
- [Tutorial: Use role-based access control in your .NET MAUI app](tutorial-mobile-maui-role-based-access-control.md)
30+
31+
### Updated articles
32+
33+
- [Collect user attributes during sign-up](how-to-define-custom-attributes.md) - Custom attribute update
34+
- [Quickstart: Create a tenant (preview)](quickstart-tenant-setup.md) - Get started guide update
35+
- [Add and manage admin accounts](how-to-manage-admin-accounts.md) - Editorial review
36+
- [Tutorial: Prepare a Vanilla JavaScript single-page app for authentication in a customer tenant](tutorial-single-page-app-vanillajs-prepare-app.md) - Editorial review
37+
- [Azure AD for customers documentation](index.yml) - Editorial review
38+
- [Tutorial: Sign in users in .NET MAUI app](tutorial-desktop-app-maui-sign-in-sign-out.md) - Add app roles to .NET MAUI app and receive them in the ID token
39+
- [Tutorial: Sign in users in .NET MAUI shell app](tutorial-mobile-app-maui-sign-in-sign-out.md) - Add app roles to .NET MAUI app and receive them in the ID token
40+
1841
## July 2023
1942

2043
### New articles

0 commit comments

Comments
 (0)