Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way initialising an instance by providing a Session ID from an external source? #321

Open
stzahi opened this issue Aug 16, 2022 · 0 comments

Comments

@stzahi
Copy link

stzahi commented Aug 16, 2022

What I try to do is implement an already created app into an Iframe element inside an aura component.
The problem is Salesforce's login page that has a security policy preventing this page from being loaded inside an Iframe.

So I was thinking I can get the user's Session ID in the aura component and pass it into the iframe.

I'll just need to initialize the object's instance manually with the provided Session ID and theoretically, it should work.

  1. am I missing out on anything?
  2. Is there any way to init the object this way?
    Thankyou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant