Skip to content

Commit 42a0ea5

Browse files
committed
Merge branch 'master' of https://github.com/microsoftdocs/azure-docs-pr into asc-melvyn-minortweaks
2 parents 96b6751 + 0a20888 commit 42a0ea5

File tree

766 files changed

+19153
-13924
lines changed

Some content is hidden

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

766 files changed

+19153
-13924
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@
845845
"articles/purview/.openpublishing.redirection.purview.json",
846846
"articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json",
847847
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
848-
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json"
848+
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
849+
"articles/mysql/.openpublishing.redirection.mysql.json"
849850
]
850851
}

.openpublishing.redirection.active-directory.json

Lines changed: 10511 additions & 10511 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44193,6 +44193,11 @@
4419344193
"redirect_url": "/azure/azure-monitor/logs/resource-manager-workspace",
4419444194
"redirect_document_id": false
4419544195
},
44196+
{
44197+
"source_path_from_root": "/articles/azure-monitor/visualize/powerbi.md",
44198+
"redirect_url": "/azure/azure-monitor/logs/log-powerbi",
44199+
"redirect_document_id": false
44200+
},
4419644201
{
4419744202
"source_path_from_root": "/articles/load-balancer/tutorial-load-balancer-standard-manage-portal.md",
4419844203
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-portal",

articles/active-directory-b2c/claimstransformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The **OutputClaim** element contains the following attributes:
111111
| ClaimTypeReferenceId | Yes | A reference to a ClaimType already defined in the ClaimsSchema section in the policy.
112112
| TransformationClaimType | Yes | An identifier to reference a transformation claim type. Each claim transformation has its own values. See the [claims transformation reference](#claims-transformations-reference) for a complete list of the available values. |
113113

114-
If input claim and the output claim are the same type (string, or boolean), you can use the same input claim as the output claim. In this case, the claims transformation changes the input claim with the output value.
114+
Input and output claims used in claims transformation need to be distinct. The same input claim cannot be used as the output claim.
115115

116116
## Example
117117

articles/active-directory-b2c/configure-authentication-sample-angular-spa-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Before you follow the procedures in this article, make sure that your computer i
5959

6060
* [Visual Studio Code](https://code.visualstudio.com/) or another code editor.
6161
* [Node.js runtime](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
62-
* [Angular LCI](https://angular.io/cli).
62+
* [Angular CLI](https://angular.io/cli).
6363

6464
## Step 1: Configure your user flow
6565

articles/active-directory-b2c/embedded-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zone_pivot_groups: b2c-policy-type
2828

2929
::: zone pivot="b2c-custom-policy"
3030

31-
For a simpler sing-up or sign-in experience, you can avoid redirecting users to a separate sing-up or sign-in page, or generating a pop-up window. By using the inline frame <iframe> HTML element, you can embed the Azure AD B2C sign-in user interface directly into your web application.
31+
For a simpler sign-up or sign-in experience, you can avoid redirecting users to a separate sign-up or sign-in page, or generating a pop-up window. By using the inline frame <iframe> HTML element, you can embed the Azure AD B2C sign-in user interface directly into your web application.
3232

3333
> [!TIP]
3434
> Use the <iframe> HTML element to embed the [sign-up or sign-in](add-sign-up-and-sign-in-policy.md), [edit profile](add-profile-editing-policy.md), or [change password](add-password-change-policy.md) custom policies into your web or single page app.

articles/active-directory-b2c/string-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ For example, the following claims transformation checks if the value of **ageGro
919919
- **stringComparison**: ordinalIgnoreCase
920920
- **outputClaimIfMatched**: B2C_V1_90001
921921
- Output claims:
922-
- **isMinorResponseCode**: B2C_V1_90001
923-
- **isMinor**: true
922+
- **isMinorResponseCode**: true
923+
- **isMinor**: B2C_V1_90001
924924

925925

926926
## StringContains

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

Lines changed: 41 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 business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 09/08/2021
4+
ms.date: 10/05/2021
55
ms.service: active-directory
66
ms.subservice: B2C
77
ms.topic: reference
@@ -15,6 +15,46 @@ 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).
1717

18+
## September 2021
19+
20+
### Updated articles
21+
22+
- [Page layout versions](page-layout.md)
23+
- [Tutorial: Create an Azure Active Directory B2C tenant](tutorial-create-tenant.md)
24+
- [Add an API connector to a sign-up user flow](add-api-connector.md)
25+
- [Secure your API used an API connector in Azure AD B2C](secure-rest-api.md)
26+
- [Configure session behavior in Azure Active Directory B2C](session-behavior.md)
27+
- [Manage your Azure Active Directory B2C tenant](tenant-management.md)
28+
- [Clean up resources and delete the tenant](tutorial-delete-tenant.md)
29+
- [Define custom attributes in Azure Active Directory B2C](user-flow-custom-attributes.md)
30+
- [Tutorial: Configure Azure Active Directory B2C with BlokSec for passwordless authentication](partner-bloksec.md)
31+
- [Configure itsme OpenID Connect (OIDC) with Azure Active Directory B2C](partner-itsme.md)
32+
- [Tutorial: Configure Keyless with Azure Active Directory B2C](partner-keyless.md)
33+
- [Tutorial: Configure Nok Nok with Azure Active Directory B2C to enable passwordless FIDO2 authentication](partner-nok-nok.md)
34+
- [Tutorial for configuring Saviynt with Azure Active Directory B2C](partner-saviynt.md)
35+
- [Integrating Trusona with Azure Active Directory B2C](partner-trusona.md)
36+
- [Integrating Twilio Verify App with Azure Active Directory B2C](partner-twilio.md)
37+
- [Configure complexity requirements for passwords in Azure Active Directory B2C](password-complexity.md)
38+
- [Set up phone sign-up and sign-in for user flows](phone-authentication-user-flows.md)
39+
- [Set up sign-up and sign-in with a Google account using Azure Active Directory B2C](identity-provider-google.md)
40+
- [Set up sign-up and sign-in with a ID.me account using Azure Active Directory B2C](identity-provider-id-me.md)
41+
- [Set up sign-up and sign-in with a LinkedIn account using Azure Active Directory B2C](identity-provider-linkedin.md)
42+
- [Set up sign-up and sign-in with a QQ account using Azure Active Directory B2C](identity-provider-qq.md)
43+
- [Set up sign-in with a Salesforce SAML provider by using SAML protocol in Azure Active Directory B2C](identity-provider-salesforce-saml.md)
44+
- [Set up sign-up and sign-in with a Salesforce account using Azure Active Directory B2C](identity-provider-salesforce.md)
45+
- [Set up sign-up and sign-in with a Twitter account using Azure Active Directory B2C](identity-provider-twitter.md)
46+
- [Set up sign-up and sign-in with a WeChat account using Azure Active Directory B2C](identity-provider-wechat.md)
47+
- [Set up sign-up and sign-in with a Weibo account using Azure Active Directory B2C](identity-provider-weibo.md)
48+
- [Pass an identity provider access token to your application in Azure Active Directory B2C](idp-pass-through-user-flow.md)
49+
- [Add AD FS as a SAML identity provider using custom policies in Azure Active Directory B2C](identity-provider-adfs-saml.md)
50+
- [Set up sign-up and sign-in with an Amazon account using Azure Active Directory B2C](identity-provider-amazon.md)
51+
- [Set up sign-up and sign-in with a Facebook account using Azure Active Directory B2C](identity-provider-facebook.md)
52+
- [Monitor Azure AD B2C with Azure Monitor](azure-monitor.md)
53+
- [Billing model for Azure Active Directory B2C](billing.md)
54+
- [Add Conditional Access to user flows in Azure Active Directory B2C](conditional-access-user-flow.md)
55+
- [Enable custom domains for Azure Active Directory B2C](custom-domain.md)
56+
57+
1858
## August 2021
1959

2060
### New articles

articles/active-directory-domain-services/deploy-sp-profile-sync.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: domain-services
1111
ms.workload: identity
1212
ms.topic: how-to
13-
ms.date: 07/09/2020
13+
ms.date: 10/05/2021
1414
ms.author: justinha
1515

1616
---
@@ -33,8 +33,7 @@ To complete this article, you need the following resources and privileges:
3333
* A Windows Server management VM that is joined to the Azure AD DS managed domain.
3434
* If needed, complete the tutorial to [create a management VM][tutorial-create-management-vm].
3535
* A user account that's a member of the *Azure AD DC administrators* group in your Azure AD tenant.
36-
* A SharePoint service account for the user profile synchronization service.
37-
* If needed, see [Plan for administrative and service accounts in SharePoint Server][sharepoint-service-account].
36+
* The SharePoint service account name for the user profile synchronization service. For more information about the *Profile Synchronization account*, see [Plan for administrative and service accounts in SharePoint Server][sharepoint-service-account]. To get the *Profile Synchronization account* name from the SharePoint Central Administration website, click **Application Management** > **Manage service applications** > **User Profile service application**. For more information, see [Configure profile synchronization by using SharePoint Active Directory Import in SharePoint Server](/SharePoint/administration/configure-profile-synchronization-by-using-sharepoint-active-directory-import).
3837

3938
## Service accounts overview
4039

@@ -65,9 +64,6 @@ From your Azure AD DS management VM, complete the following steps:
6564

6665
![Add the SharePoint service account to the AAD DC Service Accounts security group](./media/deploy-sp-profile-sync/add-member-to-aad-dc-service-accounts-group.png)
6766

68-
## Next steps
69-
70-
For more information, see [Manage user profile synchronization in SharePoint Server](/SharePoint/administration/manage-profile-synchronization).
7167

7268
<!-- INTERNAL LINKS -->
7369
[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md

articles/active-directory/app-provisioning/application-provisioning-config-problem-scim-compatibility.md

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -101,33 +101,27 @@ Below are sample requests to help outline what the sync engine currently sends v
101101
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
102102
],
103103
"Operations": [
104-
{
105-
"op": "Add",
106-
"path": "nickName",
107-
"value": [
108-
{
109-
"value": "Babs"
110-
}
111-
]
112-
}
113-
]
114-
}
104+
{
105+
"op": "Add",
106+
"path": "nickName",
107+
"value": "Babs"
108+
}
109+
]
110+
}
111+
115112
```
116113

117114
**With feature flag**
118115
```json
119-
{
120-
"schemas": [
121-
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
122-
],
123-
"Operations": [
124-
{
125-
"op": "add",
126-
"value": {
127-
"nickName": "Babs"
128-
}
129-
}
130-
]
116+
{
117+
"schemas": ["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
118+
"Operations": [
119+
{
120+
"op": "add",
121+
"path": "nickName",
122+
"value": "Babs"
123+
}
124+
]
131125
}
132126
```
133127

0 commit comments

Comments
 (0)