Skip to content

Commit d814697

Browse files
authored
Merge pull request #5652 from MicrosoftDocs/main
10/23/2024 AM Publish
2 parents c5b93d1 + 839ccae commit d814697

30 files changed

+68
-48
lines changed

.docutune/dictionaries/known-guids.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3672,5 +3672,11 @@
36723672
"Azure Machine Learning Workbench web app" : "d7304df8-741f-47d3-9bc2-df0e24e2071f",
36733673
"Azure AI Studio app" : "cb2ff863-7f30-4ced-ab89-a00194bcf6d9",
36743674
"Azure Cosmos DB principal ID - Azure Government" : "57506a73-e302-42a9-b869-6f12d9ec29e9",
3675-
"Azure Cosmos DB principal ID - Other regions" : "a232010e-820c-4083-83bb-3ace5fc29d0b"
3675+
"Azure Cosmos DB principal ID - Other regions" : "a232010e-820c-4083-83bb-3ace5fc29d0b",
3676+
"Azure Arc MetalLB extension" : "087fca6e-4606-4d41-b3f6-5ebdf75b8b4c",
3677+
"Azure VPN client - Microsoft registered, Azure Public" : "c632b3df-fb67-4d84-bdcf-b95ad541b5c8",
3678+
"Azure VPN client - Manually registered, Azure Public" : "41b23e61-6c1e-4545-b367-cd054e0ed4b4",
3679+
"Azure VPN client - Manually registered, Azure Government" : "51bb15d4-3a4f-4ebf-9dca-40096fe32426",
3680+
"Azure VPN client - Manually registered, Azure Germany" : "538ee9e6-310a-468d-afef-ea97365856a9",
3681+
"Azure VPN client - Manually registered, Microsoft Azure operated by 21Vianet" : "49f817b6-84ae-4cc0-928c-73f27289b3aa"
36763682
}

docs/external-id/add-users-administrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ procedureSection:
114114
Go to **Identity** > **Users** > **All users** and select the invited guest user.
115115
- |
116116
In the **My Feed** section, locate the **B2B collaboration** tile.
117-
- If the invitation state is **PendingAcceptance**, select the **Resend invitation** link to send another email and follow the prompts.
117+
- If the invitation state is **Pending acceptance**, select the **Resend invitation** link to send another email and follow the prompts.
118118
- You can also select the **Properties** for the user and view the **Invitation state**.
119119
120120
:::image type="content" source="media/add-users-administrator/external-user-invitation-state.png" alt-text="Screenshot of the My Feed section of the user overview page.":::
-7.17 KB
Loading
-69.2 KB
Loading
-31.9 KB
Loading
40.2 KB
Loading

docs/external-id/user-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Now, let's see what a Microsoft Entra B2B collaboration user looks like in Micro
4141

4242
### Before invitation redemption
4343

44-
B2B collaboration user accounts are the result of inviting guest users to collaborate by using the guest users' own credentials. When the invitation is initially sent to the guest user, an account is created in your tenant. This account doesn’t have any credentials associated with it because authentication is performed by the guest user's identity provider. The **Identities** property for the guest user account in your directory is set to the host's organization domain until the guest redeems their invitation. The user sending the invitation is added as a default value for the **Sponsor** attribute on the guest user account. In the admin center, the invited user’s profile will show an **External user state** of **PendingAcceptance**. Querying for `externalUserState` using the Microsoft Graph API will return `Pending Acceptance`.
44+
B2B collaboration user accounts are the result of inviting guest users to collaborate by using the guest users' own credentials. When the invitation is initially sent to the guest user, an account is created in your tenant. This account doesn’t have any credentials associated with it because authentication is performed by the guest user's identity provider. The **Identities** property for the guest user account in your directory is set to the host's organization domain until the guest redeems their invitation. The user sending the invitation is added as a default value for the **Sponsor** attribute on the guest user account. In the admin center, the invited user’s profile will show an **Invitation state** of **Pending acceptance**. Querying for `externalUserState` using the Microsoft Graph API will return `Pending Acceptance`.
4545

4646
:::image type="content" source="media/user-properties/before-redemption.png" alt-text="Screenshot of user profile before redemption.":::
4747

docs/id-governance/identity-governance-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: amycolannino
66
editor: markwahl-msft
77
ms.service: entra-id-governance
88
ms.topic: overview
9-
ms.date: 12/15/2023
9+
ms.date: 10/23/2024
1010
ms.author: billmath
1111
ms.reviewer: markwahl-msft
1212
---
@@ -37,7 +37,7 @@ Identity Governance helps organizations achieve a balance between *productivity*
3737

3838
For many organizations, identity lifecycle for employees and other workers is tied to the representation of that person in an HCM (human capital management) or HR system. Organizations need to automate the process of creating an identity for a new employee that is based on a signal from that system so that the employee can be productive on day 1. And organizations need to ensure those identities and access are removed when the employee leaves the organization.
3939

40-
In Microsoft Entra ID Governance, you can automate the identity lifecycle for these individuals using:
40+
In Microsoft Entra ID Governance, you can [automate the identity lifecycle](https://youtu.be/NxSu3JEsxmY?si=fuY8nV4Fg5DbMArd) for these individuals using:
4141

4242
- [inbound provisioning from your organization's HR sources](../identity/app-provisioning/plan-cloud-hr-provision.md), including retrieving from Workday and SuccessFactors, to automatically maintain user identities in both Active Directory and Microsoft Entra ID.
4343
- [lifecycle workflows](what-are-lifecycle-workflows.md) to automate workflow tasks that run at certain key events, such before a new employee is scheduled to start work at the organization, as they change status during their time in the organization, and as they leave the organization. For example, a workflow can be configured to send an email with a temporary access pass to a new user's manager, or a welcome email to the user, on their first day.
@@ -123,3 +123,4 @@ Once you've started using these identity governance features, you can easily aut
123123
- [Understanding least privileged](scenarios/least-privileged.md)
124124
- [Govern the employee and guest lifecycle](scenarios/govern-the-employee-lifecycle.md)
125125
- [Govern access for applications in your environment](identity-governance-applications-prepare.md)
126+
- [Microsoft Entra ID Governance Overview video](https://youtu.be/NxSu3JEsxmY?si=fuY8nV4Fg5DbMArd)

docs/id-governance/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ landingContent:
2828
url: my-access-portal-overview.md
2929
- linkListType: video
3030
links:
31-
- text: Govern access to your resources
32-
url: https://www.youtube.com/watch?v=bFfowdpApu4&list=PLQXpv_NQsPIBg3op2xONM9KgwlayFDue6
31+
- text: Microsoft Entra ID Governance Overview
32+
url: https://youtu.be/NxSu3JEsxmY?si=fuY8nV4Fg5DbMArd
3333
- linkListType: reference
3434
links:
3535
- text: Microsoft Entra ID Governance licensing fundamentals

docs/id-governance/scenarios/automate-identity-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: billmath
1414

1515
# Automate identity lifecycle management with Microsoft Entra ID Governance
1616

17-
The following document provides an overview of how you can automate identity lifecycle processes using Microsoft Entra ID Governance.
17+
The following document provides an overview of how you can [automate identity lifecycle processes](https://youtu.be/NxSu3JEsxmY?si=PELWAnpdI4iAMfki) using Microsoft Entra ID Governance.
1818

1919

2020
## Automatic inbound provisioning from Active Directory
@@ -70,4 +70,4 @@ For more information see [What is HR driven provisioning?](~/identity/app-provis
7070
- [Govern access for external users in Microsoft Entra entitlement management](../entitlement-management-external-users.md)
7171
- [What is HR driven provisioning?](~/identity/app-provisioning/what-is-hr-driven-provisioning.md)
7272
- [What is app provisioning?](~/identity/app-provisioning/user-provisioning.md)
73-
- [What is inter-directory provisioning?](~/identity/hybrid/what-is-inter-directory-provisioning.md)
73+
- [What is inter-directory provisioning?](~/identity/hybrid/what-is-inter-directory-provisioning.md)

0 commit comments

Comments
 (0)