Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
to create login thru facebook and google on asp.net website .
1.Is it compulsory to have SSL
2.Is there any third party pluggin or app for the same above.

What I have tried:

i have tried but it gives error i dont have ssl yet
Posted
Updated 7-May-17 23:08pm

1 solution

Quote:
1.Is it compulsory to have SSL
Not compulsory, but a very good approach, as the web app of Facebook or Google would know that you the communication is secure.
Quote:
2.Is there any third party pluggin or app for the same above.
Apart from third-party, Google and Facebook both have developer documentations that you can easily read and implement in ASP.NET.

Sad thing about these two giants is, that they do not officially support .NET framework. They support, PHP, Node.js, or simple JavaScript. So, what you would need to do is to implement this feature using JavaScript.

Have a look at the following links,
Google Identity Platform  |  Google Developers[^]
Facebook Login API[^]

Edit

As mentioned in the comments, you can also utilize the OAuth libraries, OAuth .NET library[^]. For this, you would also require to know a few endpoints for communication in the server-client environment.
 
Share this answer
 
v2
Comments
F-ES Sitecore 8-May-17 6:21am    
It's just Open Auth so you can use any .net OAuth code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900