Brian Browder

Results 6 comments of Brian Browder

After making the change I get the same error. Presumably this is because the domain of the Visualforce page that is being displayed in an iframe (https://my-domain--c.visualforce.com/apex/demoAdapterPage) is not the...

I have tried the following URLs in the call center settings: `/apex/demoAdapterPage` `https://mydomain--c.visualforce.com/apex/demoAdapterPage` `https://mydomain.my.salesforce.com/apex/demoAdapterPage` All result in the same error, because the page being displayed in the iframe is always...

I don't know if it's relevant, but I deployed the demo adapter using sfdx to a Health Cloud org.

Regardless of the URL in the Call Center settings I see 3 requests for demoAdapterPage. The first is for `https://mydomain.lightning.force.com/apex/demoAdapterPage?...` This request returns a 302 that redirects to `https://mydomain.my.salesforce.com/apex/demoAdapterPage?...` This...

Given that I am also redirected to the visualforce.com domain when I enter https://mydomain.my.salesforce.com/apex/demoAdapterPage into the browser, this seems to be standard behavior. Assuming this is true, is it possible...

Thank you. The missing step was to go to `Setup > Security > Session Settings` and add the following as `Whitelisted Domains`: * `mydomain.my.salesforce.com` * `mydomain.lightning.force.com`