Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
authfacebook.txt 459 B
Using the Facebook authentication source with simpleSAMLphp
===========================================================

Remember to configure `authsources.php`, with both API key and secret.

To get an API key and a secret, register the application at:

 * <http://www.facebook.com/developers/>

Set the callback URL to be:

 * `http://idp.example.org/simplesaml/module.php/authfacebook/linkback.php?next=`

Replace `idp.example.org` with your hostname.