function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nwesoccernwesoccer 

Self Service Portal API Login

I have an external app that uses the API to login as a Self Service user and gets their session.  I then have an iFrame that will display the Self Service Portal and wish for that to use the session that I logged into using the API.  This would provide seamless login to the portal, and allow me to use a custom login script.  I've got it logging into the API, but it the portal then says that the session may be expired, I don't think Salesforce ever saved the session.

 

What am I doing wrong/still haven't done?

 

Thanks