Umbraco Identity for log in using Google or Facebook
I installed the UmbracoIdentity package (Install-Package UmbracoIdentity) and the extensions for google and facebook in order to be able to login using facebook or google. I used the Account.cshtml which included in the package in order to login using the new package that I installed. In the Startup.Auth.cs that automatically created when I installed the package I inserted the following lines in order to enable the Facebook Authentication.
The problem is that when I display the contents on the browser the equivalent button does not appear on the screen. When I do it on a classic ASP.NET MVC 5 application it works fine. The button appears on the screen. Can someone help me and tell me if I have to do something extra in order to make it work.
I spent the entire day trying to find a tutorial for beginners in order to make it work but it was not successful.
Umbraco Identity for log in using Google or Facebook
I installed the UmbracoIdentity package (Install-Package UmbracoIdentity) and the extensions for google and facebook in order to be able to login using facebook or google. I used the Account.cshtml which included in the package in order to login using the new package that I installed. In the Startup.Auth.cs that automatically created when I installed the package I inserted the following lines in order to enable the Facebook Authentication.
The problem is that when I display the contents on the browser the equivalent button does not appear on the screen. When I do it on a classic ASP.NET MVC 5 application it works fine. The button appears on the screen. Can someone help me and tell me if I have to do something extra in order to make it work.
I spent the entire day trying to find a tutorial for beginners in order to make it work but it was not successful.
Try this:
Works for "login" on front end web site?
Yes, it works for me.
Hopefully you did not publish your real appsecret here ...
In case you did, make sure you edit your post and provide some dummy text.
See: https://developers.facebook.com/docs/apps/register#app-secret (Chapter 8: Protect your App Secret)
Kind regards, Micha
is working on a reply...