Skip to content

Commit 120e7dc

Browse files
authored
Merge pull request #248465 from MicrosoftDocs/main
8/16/2023 AM Publish
2 parents 2d53c22 + 5c4462e commit 120e7dc

File tree

126 files changed

+3005
-551
lines changed

Some content is hidden

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

126 files changed

+3005
-551
lines changed

articles/active-directory-b2c/tenant-management-directory-quota.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The response from the API call looks similar to the following json:
6565
{
6666
"directorySizeQuota": {
6767
"used": 211802,
68-
"total": 300000
68+
"total": 50000000
6969
}
7070
}
7171
]
@@ -81,4 +81,4 @@ If your tenant usage is higher that 80%, you can remove inactive users or reques
8181

8282
## Request increase directory quota size
8383

84-
You can request to increase the quota size by [contacting support](find-help-open-support-ticket.md)
84+
You can request to increase the quota size by [contacting support](find-help-open-support-ticket.md)

articles/active-directory/app-provisioning/customize-application-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Applications and systems that support customization of the attribute list includ
123123
> Editing the list of supported attributes is only recommended for administrators who have customized the schema of their applications and systems, and have first-hand knowledge of how their custom attributes have been defined or if a source attribute isn't automatically displayed in the Azure portal UI. This sometimes requires familiarity with the APIs and developer tools provided by an application or system. The ability to edit the list of supported attributes is locked down by default, but customers can enable the capability by navigating to the following URL: https://portal.azure.com/?Microsoft_AAD_Connect_Provisioning_forceSchemaEditorEnabled=true . You can then navigate to your application to view the [attribute list](#editing-the-list-of-supported-attributes).
124124
125125
> [!NOTE]
126-
> When a directory extension attribute in Azure AD doesn't show up automatically in your attribute mapping drop-down, you can manually add it to the "Azure AD attribute list". When manually adding Azure AD directory extension attributes to your provisioning app, note that directory extension attribute names are case-sensitive. For example: If you have a directory extension attribute named `extension_53c9e2c0exxxxxxxxxxxxxxxx_acmeCostCenter`, make sure you enter it in the same format as defined in the directory.
126+
> When a directory extension attribute in Azure AD doesn't show up automatically in your attribute mapping drop-down, you can manually add it to the "Azure AD attribute list". When manually adding Azure AD directory extension attributes to your provisioning app, note that directory extension attribute names are case-sensitive. For example: If you have a directory extension attribute named `extension_53c9e2c0exxxxxxxxxxxxxxxx_acmeCostCenter`, make sure you enter it in the same format as defined in the directory. Provisioning multi-valued directory extension attributes is not supported.
127127
128128
When you're editing the list of supported attributes, the following properties are provided:
129129

articles/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Scoping filters are configured as part of the attribute mappings for each Azure
144144
## Common scoping filters
145145
| Target Attribute| Operator | Value | Description|
146146
|----|----|----|----|
147-
|userPrincipalName|REGEX MATCH|`.\*@domain.com`|All users with `userPrincipal` that have the domain `@domain.com` are in scope for provisioning. |
148-
|userPrincipalName|NOT REGEX MATCH|`.\*@domain.com`|All users with `userPrincipal` that has the domain `@domain.com` are out of scope for provisioning. |
147+
|userPrincipalName|REGEX MATCH|`.*\@domain.com`|All users with `userPrincipal` that have the domain `@domain.com` are in scope for provisioning. |
148+
|userPrincipalName|NOT REGEX MATCH|`.*\@domain.com`|All users with `userPrincipal` that has the domain `@domain.com` are out of scope for provisioning. |
149149
|department|EQUALS|`sales`|All users from the sales department are in scope for provisioning|
150150
|workerID|REGEX MATCH|`(1[0-9][0-9][0-9][0-9][0-9][0-9])`| All employees with `workerID` between 1000000 and 2000000 are in scope for provisioning.|
151151

articles/active-directory/app-proxy/application-proxy-faq.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ sections:
152152
- If the certificate was created with Microsoft Software Key Storage Provider, the RSA algorithm must be used.
153153
154154
- question: |
155-
What is the length of the default and "long" back-end timeout? Can the timeout be extended?
155+
What is the length of the default and "long" backend timeout? Can the timeout be extended?
156156
answer: |
157157
The default length is 85 seconds. The "long" setting is 180 seconds. The timeout limit can't be extended.
158158
@@ -170,7 +170,13 @@ sections:
170170
171171
> [!IMPORTANT]
172172
> Deleting CWAP_AuthSecret breaks pre-authentication for Azure AD Application Proxy. Don't delete CWAP_AuthSecret.
173-
173+
174+
- question: |
175+
I'm using or want to use Azure Active Directory Application Proxy. Can I replace the `onmicrosoft.com` fallback domain of my tenant in Microsoft 365 as suggested in the article [Add and replace your onmicrosoft.com fallback domain in Microsoft 365](../../microsoft-365/admin/setup/add-or-replace-your-onmicrosoftcom-domain?view=o365-worldwide)?
176+
answer: |
177+
No. You must use the original fallback domain.
178+
179+
174180
- question: |
175181
How do I change the landing page my application loads?
176182
answer: |

articles/active-directory/conditional-access/concept-continuous-access-evaluation-workload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 07/22/2022
1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
1313
manager: amycolannino
14-
ms.reviewer: vmahtani
14+
ms.reviewer: joroja
1515

1616
ms.collection: M365-identity-device-management
1717
---

0 commit comments

Comments
 (0)