Hello everyone,

Most of the things I have done, even now its working fine in mozilla. But its not working in google chrome, URL will come like this

"http://mysite.com/social_login/callback?origin=http%3A//mysite.com/" with the following message "You are not authorized to access this page."

Why am seeing this page in chrome?

Am using drupal 7.36 and OneAll Social Login 7.x-1.7.

I have just enabled module and did configurations.

Do I need any specific library or some javascript lines for this?

Thanks,

Comments

amitajgaonkar’s picture

I am facing same issue. Works fine in mozilla but gives access denied error in chrome. Any update on issue.

amitajgaonkar’s picture

Any update on issue

ibullock’s picture

I'm having this issue also, but only on an Acquia hosted server and not my localhost with the same codebase.

ibullock’s picture

In my case the problem ended up being that the Security Kit module was blocking the outside request as a Cross-Site Request Forgery (CSRF)

Adding the Oneall domain to the allowed list for CSFR exceptions fixed it. It might be worth documenting this or adding better error handling in the module.

ClaudeSchlesser’s picture

Status: Needs review » Closed (fixed)

Thank you very much for the details! We have have now added a mention to our documentation!

rohitrajputsahab’s picture

The same issue facing in all browsers

https://www.mysite.in/social_login/callback?origin=https%3A//www.mysite....

It appears you don't have
permission to access this page.
403 Error. Forbidden.

Version 7.x-2.12

rohitrajputsahab’s picture

ClaudeSchlesser’s picture

rohitrajputsahab’s picture

I have checked both ports 80 and 443 are open.

ClaudeSchlesser’s picture

Hello,

please have a look at 4b ;)

Regards,

rohitrajputsahab’s picture

"Security Kit" module is not installed I have checked. Please help me with what I do?

rohitrajputsahab’s picture

I'm still waiting............................. The issue has not been resolved.