- Where Developers Learn, Share, & Build Careers


I want to show my site inside Salesforce iFrame, and when someone performs an activity within the iFrame on my site Do I want to update the Salesforce page as well?

Can I do this, please suggest?

A more recent approach, now GA, is this - it is equipped with additional protection and features like iframe-based , Which includes passing references in passphrine fields such as iframe. It enables the IFrame web app to use the credentials from the canvas framework, using Javascript or backend web app (Python, Java etc) to call the salesforce APIs based on that authentication.

You can also use the new event feature inside the canvas to send a message to the framing Salesforce page.

On authentication options: Canvas sign-in request authentication is recommended and easy, but keep in mind that it does not give you a fresh token OAuth2 - so if you continue to perform continuous background processing based on user authentication , You should use Canvas OAuth2 authentication instead, which gives you a fresh token.

Overall, Canvas should make raw Iframe and development simpler. It requires some changes in authentication in the IFrame web app, but they are relatively simple (10links or so much Python).


Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -