Forbidden error when loading facebook signin page
Hi,
We are trying to integrate the signin component and using the "signin using facebook" feature. While we are able to use it perfectly from Geometrix demo but facing a 403 forbidden issue when testing from our application. The only difference i could see was in the HTTP session user. If we look at access log of publish then the lines are as below:
Geometrix - 0:0:0:0:0:0:0:1 - - 12/Apr/2016:20:49:21 +0530 "GET /etc/cloudservices/facebookconnect/xxxx-xxxx-test-app.login.html/j_security_check?configid=a929dc278a1b9fabcd4d5dcddc6e23977324 HTTP/1.1" 302 - "http://localhost:4503/content/geometrixx/en/toolbar/account/login.html" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36"
My application: 0:0:0:0:0:0:0:1 - anonymous 12/Apr/2016:20:36:35 +0530 "GET /etc/cloudservices/facebookconnect/test-fbconnect.login.html/j_security_check?configid=e7d804a00075fb70265693226d915cd7 HTTP/1.1" 403 - "http://localhost:4503/content/test/new-test-page.html" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36"
There is no error message in error.log
Regards,
Anil