- authenticate a customer portal using SOAP login() method and LoginScopeHeader
- receive SessionID in LoginResult object
- How can I use SessionID to redirect the user's browser to the customer portal and log them in?
I've tried frontdoor.jsp, but it's not working.
Is there a better way to do this?
Attribution to: aaronbauman
Possible Suggestion/Solution #1
This discussion forum thread suggests that you can do this with
https://<instance>.salesforce.com/secur/frontdoor.jsp?sid=<sessionId>&orgId=<orgId>&portalId=<portalId>
Change <instance>
to the relevant instance, e.g. na1, and substitute in the relevant IDs.
Attribution to: metadaddy
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/33621