LDAP, Google and Facebook

Locked
rodrigofaustino2
User
Posts: 28

LDAP, Google and Facebook

Post by rodrigofaustino2 »

Authentication via LDAP or api facebook or google, the tutorial that exists in the help file is very inefficient, would be a more complete tutorial like the tutorial of customized files


Webmaster
User
Posts: 9425

Post by Webmaster »

Read Tools -> Advanced Settings in the help file for more info, find "LDAP", "Facebook" and "Google".

For Google Sign-In and Facebook Login, you only need to provide 2 settings for each type in PHPMaker, the hard part may not be in PHPMaker but in setting up your own Google and Facebook account, read:

Creating a Google API Console project and client ID:
https://developers.google.com/identity/ ... le-project
https://docs.microsoft.com/en-us/aspnet ... s=aspnet1x (ignore the ASP.NET Core part)
https://hybridauth.github.io/hybridauth ... oogle.html

For Facebook, you need to create an app in App Dashboard with your Facebook account:
https://developers.facebook.com/docs/apps/register
https://docs.microsoft.com/en-us/aspnet ... s=aspnet1x (ignore the ASP.NET Core part)
https://hybridauth.github.io/hybridauth ... ebook.html

For LDAP, you need to find out the settings to login your LDAP server first, then fill the LDAP_XXX settings in advanced settings. If you need to search after bind, use the new Ldap_Validated server event, see the example in "Server Events and Client Scripts" in help file.

If you want to discuss, create a topic in the "General Discussion" forum (not in this topic) and post your code:
http://www.hkvforums.com/viewforum.php?f=4


Locked