Hello,
just migrated to a new server all working fine except the email config part, i followed the instructions and configure the portal as instructed but after logging and consenting on the popup screen i am being taken to the home page not to the config success page. need help.
1.17.1 OAuth2 issues
need urgent help to solve this
thanks
Your Email Address Attribute is incorrect; it should remain default (ie. EmailAddress
). Please follow the documentation exactly as it states:
Cheers.
Hello,
I changed that but still after authenticating landing on the main page and that field was correct for my other email address but that is giving the same issue.
thanks
You are not following the documentation...
The Scopes stay default. You need to restore the Scopes to default values.
Cheers.
thankyou for that. i deleted the email and recreated a new one by following the doc now i am gettin this error and upon looking into it i already added the cert to the designated place and restart the web server and restarted the server also but still getting the same error.
To fix this error, follow the steps below:
Open http://curl.haxx.se/ca/cacert.pem
Copy the entire page and save it as a “cacert.pem”
Open your php.ini file and insert or update the following line.
curl.cainfo = “[pathtofile]cacert.pem”
I figured it out i did't uncommented the line with the path in php.ini file and once done its working now thanks alot for your help.