Skip to content

Commit f3ec73f

Browse files
authored
Merge pull request #148968 from MicrosoftDocs/master
3/03 PM Publish
2 parents 73706cc + f953447 commit f3ec73f

File tree

409 files changed

+3223
-1825
lines changed

Some content is hidden

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

409 files changed

+3223
-1825
lines changed

.openpublishing.publish.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,11 @@
583583
"path_to_root": "digital-twins-docs-samples",
584584
"url": "https://github.com/azure-samples/digital-twins-docs-code",
585585
"branch": "main"
586+
},
587+
{
588+
"path_to_root": "digital-twins-docs-samples-dps",
589+
"url": "https://github.com/Azure-Samples/digital-twins-iothub-integration",
590+
"branch": "main"
586591
}
587592
],
588593
"branch_target_mapping": {

.openpublishing.redirection.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"source_path": "articles/azure-arc/kubernetes/use-gitops-connected-cluster.md",
20-
"redirect_url": "/azure/azure-arc/kubernetes/tutorial-use-gitops-connect-cluster",
20+
"redirect_url": "/azure/azure-arc/kubernetes/tutorial-use-gitops-connected-cluster",
2121
"redirect_document_id": false
2222
},
2323
{
@@ -915,6 +915,16 @@
915915
"redirect_url": "/azure/active-directory-b2c/identity-provider-google",
916916
"redirect_document_id": true
917917
},
918+
{
919+
"source_path_from_root": "/articles/active-directory-b2c/conditional-access-identity-protection-setup.md",
920+
"redirect_url": "/azure/active-directory-b2c/identity-protection-investigate-risk",
921+
"redirect_document_id": true
922+
},
923+
{
924+
"source_path_from_root": "/articles/active-directory-b2c/conditional-access-technical-profile.md",
925+
"redirect_url": "/azure/active-directory-b2c/conditional-access-user-flow",
926+
"redirect_document_id": true
927+
},
918928
{
919929
"source_path_from_root": "/articles/active-directory-b2c/identity-provider-google-custom.md",
920930
"redirect_url": "/azure/active-directory-b2c/identity-provider-google",
@@ -63349,6 +63359,11 @@
6334963359
"redirect_url": "/azure/azure-monitor/agents/diagnostics-extension-logs",
6335063360
"redirect_document_id": false
6335163361
},
63362+
{
63363+
"source_path_from_root": "/articles/azure-monitor/essentials/diagnostics-extension-logs.md",
63364+
"redirect_url": "/azure/azure-monitor/agents/diagnostics-extension-logs",
63365+
"redirect_document_id": false
63366+
},
6335263367
{
6335363368
"source_path_from_root": "/articles/azure-monitor/platform/powerbi.md",
6335463369
"redirect_url": "/azure/azure-monitor/visualize/powerbi",

articles/active-directory-b2c/TOC.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@
219219
href: configure-tokens.md
220220
- name: Define custom attributes
221221
href: user-flow-custom-attributes.md
222-
- name: Identity Protection and Conditional Access
222+
- name: Risk-based authentication
223223
items:
224-
- name: Set up Identity Protection and Conditional Access
225-
href: conditional-access-identity-protection-setup.md
226-
- name: Add Conditional Access
224+
- name: Investigate risk with Identity Protection
225+
href: identity-protection-investigate-risk.md
226+
- name: Configure Conditional Access
227227
href: conditional-access-user-flow.md
228228
- name: Configure age gating
229229
href: basic-age-gating.md
@@ -329,9 +329,6 @@
329329
href: aad-sspr-technical-profile.md
330330
- name: Claims transformation
331331
href: claims-transformation-technical-profile.md
332-
- name: Conditional Access
333-
href: conditional-access-technical-profile.md
334-
displayName: ca
335332
- name: ID token hint
336333
href: id-token-hint.md
337334
- name: JWT token issuer

articles/active-directory-b2c/add-password-reset-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ In your user journey, you can represent the Forgot Password sub journey as a **C
202202

203203
### Set the user journey to be executed
204204

205-
Now that you've modified or created a user journey, in the **Relying Party** section specify the journey that Azure AD B2C will execute for this custom policy. Within the [RelyingParty](../articles/active-directory-b2c/relyingparty.md) element, find the **DefaultUserJourney** element. Update the **DefaultUserJourney ReferenceId** to match the ID of the user journey in which you added the **ClaimsProviderSelections**.
205+
Now that you've modified or created a user journey, in the **Relying Party** section specify the journey that Azure AD B2C will execute for this custom policy. Within the [RelyingParty](relyingparty.md) element, find the **DefaultUserJourney** element. Update the **DefaultUserJourney ReferenceId** to match the ID of the user journey in which you added the **ClaimsProviderSelections**.
206206

207207
```xml
208208
<RelyingParty>

articles/active-directory-b2c/conditional-access-identity-protection-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: overview
9-
ms.date: 09/01/2020
9+
ms.date: 03/03/2021
1010

1111
ms.author: mimart
1212
author: msmimart
@@ -46,21 +46,21 @@ Identity Protection and Conditional Access in Azure AD B2C generally work the sa
4646

4747
- In Azure AD B2C tenants, Identity Protection risk detections are available for local B2C accounts only, and not for social identities like Google or Facebook.
4848

49-
- In Azure AD B2C tenants, a subset of the Identity Protection risk detections is available. See [Set up Identity Protection](conditional-access-identity-protection-setup.md#set-up-identity-protection).
49+
- In Azure AD B2C tenants, a subset of the Identity Protection risk detections is available. See [Investigate risk with Identity Protection](identity-protection-investigate-risk.md), and [Add Conditional Access to user flows](conditional-access-user-flow.md).
5050

5151
- The Conditional Access device compliance feature isn't available in Azure AD B2C tenants.
5252

5353

5454
## Integrate Conditional Access with user flows and custom policies
5555

56-
In Azure AD B2C, you can trigger Conditional Access conditions from built-in user flows. You can also incorporate Conditional Access into custom policies. As with other aspects of the B2C user flow, end-user experience messaging can be customized according to your organization's voice, brand, and mitigation alternatives. See [Define a Conditional Access technical profile](conditional-access-technical-profile.md).
56+
In Azure AD B2C, you can trigger Conditional Access conditions from built-in user flows. You can also incorporate Conditional Access into custom policies. As with other aspects of the B2C user flow, end-user experience messaging can be customized according to your organization's voice, brand, and mitigation alternatives. See [Add Conditional Access to user flows](conditional-access-user-flow.md).
5757

5858
## Microsoft Graph API
5959

60-
You can also manage Conditional Access policies in Azure AD B2C with Microsoft Graph API. For details, see the [Conditional Access documentation](../active-directory/conditional-access/overview.md) and the [Microsoft Graph reference](/graph/api/resources/conditionalaccesspolicy?view=graph-rest-beta).
60+
You can also manage Conditional Access policies in Azure AD B2C with Microsoft Graph API. For details, see the [Conditional Access documentation](../active-directory/conditional-access/overview.md) and the [Microsoft Graph operations](microsoft-graph-operations.md#conditional-access).
6161

6262
## Next steps
6363

64-
- [Set up Identity Protection and Conditional Access for Azure AD B2C](conditional-access-identity-protection-setup.md)
64+
- [Add Conditional Access to user flows](conditional-access-user-flow.md)
6565
- [Learn about Identity Protection in Azure AD](../active-directory/identity-protection/overview-identity-protection.md)
6666
- [Learn about Conditional Access](../active-directory/conditional-access/overview.md)

articles/active-directory-b2c/conditional-access-identity-protection-setup.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)