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/linkedin-employment-verification.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ Installation instructions for the Webapp can be found in the [GitHub repository]
49
49
Once the administrator configures the company page on LinkedIn, employees can get verified. Below are the high-level steps for LinkedIn integration:
50
50
51
51
1. User starts the LinkedIn mobile app.
52
-
1. The mobile app retrieves information from the LinkedIn backend and checks if the company is enabled for the pilot and it retrieves a URL to the myaccount website or the custom Webapp.
53
-
1. If the company is enabled, the user can tap on the verify employment link, and the user is sent to the myaccount website or Webapp in a web view.
52
+
1. The mobile app retrieves information from the LinkedIn backend and checks if the company is enabled for employment verification and it retrieves a URL to the custom Webapp.
53
+
1. If the company is enabled, the user can tap on the verify employment link, and the user is sent to the Webapp in a web view.
54
54
1. The user needs to provide their corporate credentials to sign in.
55
55
1. The Webapp retrieves the user profile from Microsoft Graph including, ```firstname```, ```lastname```, ```displayname```, ```jobtitle```, ```upn```, ```email``` and ```photo``` and call the Microsoft Entra Verified ID service with the profile information.
56
56
1. The Microsoft Entra Verified ID service creates a verifiable credentials issuance request and returns the URL of that specific request.
57
57
1. The Webapp redirects back to the LinkedIn app with this specific URL.
58
-
1. LinkedIn app wallet communicates with the Microsoft Entra Verified ID services to get the Verified Employment VC issued in their wallet which is part of the LinkedIn mobile app.
58
+
1. LinkedIn app wallet communicates with the Microsoft Entra Verified ID services to get the Verified Employment VC issued in their wallet, which is part of the LinkedIn mobile app.
59
59
1. The LinkedIn app then verifies the received verifiable credential.
60
60
1. If the verification is completed, they change the status to ‘verified’ in their backend system and is visible to other users of LinkedIn.
61
61
@@ -68,7 +68,7 @@ The diagram below shows the dataflow of the entire solution.
68
68
69
69
### Can I use Microsoft Authenticator to store my Employee Verified ID and use it to get verified on LinkedIn?
70
70
71
-
Currently the solution works through the embedded webview. In the future LinkedIn will allow us to use Microsoft authenticator or any compatible custom wallet to verify employment. The myaccount page will also be updated to allow issuance of the verified employee ID to Microsoft Authenticator.
71
+
Currently the solution works through the embedded webview. In the future LinkedIn allows us to use Microsoft authenticator or any compatible custom wallet to verify employment. The myaccount page will also be updated to allow issuance of the verified employee ID to Microsoft Authenticator.
72
72
73
73
### How do users sign-in?
74
74
@@ -80,7 +80,7 @@ Nothing by default. You can choose the revoke the Verified Employee ID but curre
80
80
81
81
### What happens when my Verified Employee ID expires?
82
82
83
-
LinkedIn will ask you again to get verified, if you don’t, the verified checkmark will be removed from your profile.
83
+
LinkedIn asks you again to get verified, if you don’t, the verified checkmark is removed from your profile.
84
84
85
85
### Can former employees use this feature to get verified?
0 commit comments