InfoTechRG/salesforce_ar_sync

SalesForce - ROR integration InvalidAuthenticityToken

Closed this issue · 2 comments

I'm new to Rails-SalesForce integration.
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken)

How to generate and send AuthenticityToken from SalesForce to Rails app.

PR #13 addresses the issue by explicitely setting the request forgery protection to respond with a null session. You can use this branch until this change is merged to master.

Thank you. lnediger Fixed.