-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2077 44740490-163a-0410-bde0-09ae8108e29a
Andreas Åkre Solberg authoredgit-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2077 44740490-163a-0410-bde0-09ae8108e29a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
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.