php - Understanding base_url parameter when using HybridAuth -


i'm trying use hybridauth library authenticate , access users profiles of corporate openid provider.

i'm trying configure parameters don't understand of them:

  • what base_url parameter ?? says: 'base_url' url point hybridauth endpoint (where index.php , config.php found) i'm having troubles find files or figure out means.

  • what need ask provider configure openid adapter using hybridauth library ??

sorry poor english.
appreciated.

when install hybridauth, contain folder named 'hybridauth'. that's find index.php , config.php files default.

if install hybridauth folder in web-root, endpoint $base_url "http://yourhost.com/hybridauth/"

hope helps.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -