You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/verifiable-credentials/remote-onboarding-new-employees-id-verification.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,49 +7,50 @@ manager: amycolannino
7
7
ms.service: decentralized-identity
8
8
ms.subservice: verifiable-credentials
9
9
ms.topic: conceptual
10
-
ms.date: 02/23/2023
10
+
ms.date: 04/06/2023
11
11
ms.author: barclayn
12
12
---
13
13
14
14
15
15
# Onboard new remote employees using ID verification
16
16
17
-
Enterprises onboarding new remote users face a significant challenge because onboarding users aren't yet inside the trust boundary. Microsoft Entra Verified ID can help establish trust based on identity verification using attestations based from government-issued documents.
17
+
Enterprises onboarding users face significant challenges onboarding remote users who are not yet inside the trust boundary. Microsoft Entra Verified ID can help customers facing these scenarios because it can use government issued ID based attestations as a way to establish trust.
18
18
19
19
## When to use this pattern
20
20
21
-
1. You have a modern Human resources (HR) system with API support that allows programmatic integration to query the HR system to do a reliable matching of user profiles.
22
-
23
-
2. Your organization has already started their passwordless journey.
21
+
1. You have a modern Human resources (HR) system with API support.
22
+
1. Your HR system allows programmatic integration to query the HR system to do a reliable matching of user profiles.
23
+
1. Your organization has already started their passwordless journey.
24
24
25
25
## Solution
26
26
27
27
1. A custom portal for new employee onboarding.
28
28
29
-
2. A backend job provides new hires with a uniquely identifiable link to the employee onboarding portal from (A) that represents the new hire’s specific process. For this use case, the account for the new hire should already be provisioned in Azure AD. Consider using [Lifecycle Workflows](../governance/what-are-lifecycle-workflows.md)as the triggering point of this flow.
29
+
2. A backend job provides new hires with a uniquely identifiable link to the employee onboarding portal from (A) that represents the new hire’s specific process. For this use case, the account for the new hire should already be provisioned in Azure AD. Consider using [Lifecycle Workflows](../governance/what-are-lifecycle-workflows.md) as the triggering point of this flow.
30
30
31
31
3. New hires select the link to the portal in (A) above and are guided through a wizard-like experience:
32
32
-**Step 1**: New Hires are redirected to acquire a verified ID from the Identity verification partner (also referred to IDV. To learn more about the identity verification partners: <https://aka.ms/verifiedidisv>)
33
33
-**Step 2**: New Hires present the Verified ID acquired in Step 1
34
-
-**Step 3**: System receives the claims from identity verification partner, looks up the user account for the new hire and performs the validation. For considerations on how to perform the user lookup, [k]()
35
-
-**Step 4**: System executes the onboarding logic to locate the Azure AD account of the user, and [generate a temporary access pass using MS Graph](https://learn.microsoft.com/graph/api/resources/temporaryaccesspassauthenticationmethod?view=graph-rest-1.0)
34
+
-**Step 3**: System receives the claims from identity verification partner, looks up the user account for the new hire and performs the validation.
35
+
-**Step 4**: System executes the onboarding logic to locate the Azure AD account of the user, and [generate a temporary access pass using MS Graph](/graph/api/resources/temporaryaccesspassauthenticationmethod?view=graph-rest-1.0&preserve-view=true)
1. The link used to initiate the process needs to:
42
-
- Be specific to the remote employee.
43
-
- Be valid for a short period of time.
44
-
- Become invalid after the user completes the flow.
45
-
- Be designed with a mechanism to correlate the link to the unique identifier of the HR Record, and the Azure AD account should be defined and used to validate when the new hire comes to the site.
46
-
2. It isn't uncommon to have discrepancies between the claims in the VC and the attributes in IT systems (HR/Directory) for legitimate users. For example, an employee might have a first name “James” but his profile says “Jim”. For those scenarios:
47
-
1. At the beginning of the HR process, ask candidates to provide the name exactly as it appears in government issued documents when they first are created in the HR system, and ask separately the name the user might prefer. This simplifies validation logic.
41
+
1. The link used to initiate the process needs to meet some criteria:
42
+
- The link should be specific to each remote employee.
43
+
- The link should be valid for only a short period of time.
44
+
- It should become invalid after a user finishes going through the flow.
45
+
- The link should be designed to correlate to a unique HR record identifier
46
+
1. An Azure AD account should be pre-created for every user. The account should be used as part of the site's request validation process.
47
+
1. Administrators frequently deal with discrepancies between users' information held in a company's IT systems, like human resource applications or identity management solutions, and the information the users provide. For example, an employee might have “James” as their first name but their profile has their name as “Jim”. For those scenarios:
48
+
1. At the beginning of the HR process, candidates must use their name exactly as it appears in government issued documents. Taking this approach simplifies validation logic.
48
49
2. Design validation logic to include attributes that are more likely to have an exact match against the HR system. Common attributes include street address, date of birth, nationality, national identification number (if applicable), in addition to first and last name.
49
-
3. As a fallback, plan for human review to disambiguate lookups who result in ambiguous/non-conclusive results. This might include temporarily storing the attributes presented in the VC, phone call with the user, etc.
50
-
3. For multinational organizations, customers might need to work with different identity proofing partners based on the region of the user.
51
-
4. Assume that the initial interaction between the user and the onboarding partner is untrusted. The onboarding portal should generate detailed auditing on each specific request / notification generated for auditing purposes.
50
+
3. As a fallback, plan for human review to work through ambiguous/non-conclusive results. This process might include temporarily storing the attributes presented in the VC, phone call with the user, etc.
51
+
1. Multinational organizations, may need to work with different identity proofing partners based on the region of the user.
52
+
1. Assume that the initial interaction between the user and the onboarding partner is untrusted. The onboarding portal should generate detailed logs for all requests processed that could be used for auditing purposes.
52
53
53
54
## Additional resources
54
55
55
-
-Public architecture document for generalized account onboarding: [Plan your Microsoft Entra Verified ID verification solution](plan-verification-solution.md#account-onboarding)
56
+
- Public architecture document for generalized account onboarding: [Plan your Microsoft Entra Verified ID verification solution](plan-verification-solution.md#account-onboarding)
0 commit comments