LightOpenID validate() fail on Google Apps

前端 未结 1 1860
梦谈多话
梦谈多话 2021-01-17 11:22

I\'m using LightOpenID to authenticate OpenID against Google Apps. I make the initial authURL() request and things are good. I call validate() and it fails. Through copio

相关标签:
1条回答
  • 2021-01-17 12:00

    Make sure PHP curl extension has been installed on your server. We have encountered exact same symptoms in production recently and it was related to an issue of server provisioning.

    If you're running an app on Debian, simply use:

    apt-get install php5-curl
    
    0 讨论(0)
提交回复
热议问题