0
ramakrishna.b created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version?
- Version 9.2
- What is your product type (Angular or MVC)?
- Angular
- What is product framework type (.net framework or .net core)?
- .Net Core
<br> How to add LinkedIn authentication to Asp.Net Core and Angular project
1 Answer(s)
-
0
Hi @ramakrishna.b,
We don't have any knowledge about it. But, the part related to AspNet Zero is, you can follow steps below;
- Add LinkedIn to providers as we do for Facebook, see https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Host/Startup/AbpZeroTemplateWebHostModule.cs#L132.
- Then, when you go to login page, you should see LinkedIn option.
- On the client side, handle the click event of this LinkedIn button as we do here.
This tutorial might help you as well https://gist.github.com/debojyoti/ebe1783003258521ec19ac81594a8e38.
Let us know if you face any problems when implementing this.