title | description | services | documentationcenter | author | manager | editor | ms.assetid | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Azure Active Directory B2C: LinkedIn configuration | Microsoft Docs |
Provide sign-up and sign-in to consumers with LinkedIn accounts in your applications that are secured by Azure Active Directory B2C |
active-directory-b2c |
swkrish |
mbaldwin |
bryanla |
fa51a16b-9ce9-4e27-9eff-0869b4c4f0ef |
active-directory-b2c |
identity |
na |
na |
article |
12/06/2016 |
swkrish |
To use LinkedIn as an identity provider in Azure Active Directory (Azure AD) B2C, you need to create a LinkedIn application and supply it with the right parameters. You need a LinkedIn account to do this. If you don’t have one, you can get it at https://www.linkedin.com/.
-
Go to the LinkedIn Developers website and sign in with your LinkedIn account credentials.
-
Click My Apps in the top menu bar and then click Create Application.
-
In the Create a New Application form, fill in the relevant information (Company Name, Name, Description, Application Logo URL, Application Use, Website URL, Business Email and Business Phone).
-
Agree to the LinkedIn API Terms of Use and click Submit.
-
Copy the values of Client ID and Client Secret. (You can find them under Authentication Keys.) You will need both of them to configure LinkedIn as an identity provider in your tenant.
[!NOTE] Client Secret is an important security credential.
-
Enter
https://login.microsoftonline.com/te/{tenant}/oauth2/authresp
in the Authorized Redirect URLs field (under OAuth 2.0). Replace {tenant} with your tenant's name (for example, contoso.onmicrosoft.com). Click Add, and then click Update. The {tenant} value is case-sensitive.
- Follow these steps to navigate to the B2C features blade on the Azure portal.
- On the B2C features blade, click Identity providers.
- Click +Add at the top of the blade.
- Provide a friendly Name for the identity provider configuration. For example, enter "LI".
- Click Identity provider type, select LinkedIn, and click OK.
- Click Set up this identity provider and enter the client ID and client secret of the LinkedIn application that you created earlier.
- Click OK and then click Create to save your LinkedIn configuration.