Skip to content

Commit 9040118

Browse files
committed
more edits
1 parent efe3c9b commit 9040118

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/verifiable-credentials/linkedin-employment-verification.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Installation instructions for the Webapp can be found in the [GitHub repository]
4949
Once the administrator configures the company page on LinkedIn, employees can get verified. Below are the high-level steps for LinkedIn integration:
5050

5151
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.
5454
1. The user needs to provide their corporate credentials to sign in.
5555
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.
5656
1. The Microsoft Entra Verified ID service creates a verifiable credentials issuance request and returns the URL of that specific request.
5757
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.
5959
1. The LinkedIn app then verifies the received verifiable credential.
6060
1. If the verification is completed, they change the status to ‘verified’ in their backend system and is visible to other users of LinkedIn.
6161

@@ -68,7 +68,7 @@ The diagram below shows the dataflow of the entire solution.
6868

6969
### Can I use Microsoft Authenticator to store my Employee Verified ID and use it to get verified on LinkedIn?
7070

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.
7272

7373
### How do users sign-in?
7474

@@ -80,7 +80,7 @@ Nothing by default. You can choose the revoke the Verified Employee ID but curre
8080

8181
### What happens when my Verified Employee ID expires?
8282

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.
8484

8585
### Can former employees use this feature to get verified?
8686

0 commit comments

Comments
 (0)