Find your content:

Search form

You are here

frontdoor.jsp for Customer Portal user? How to authenticate a portal user with session id?

 
Share
  1. authenticate a customer portal using SOAP login() method and LoginScopeHeader
  2. receive SessionID in LoginResult object
  3. 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

My Block Status

My Block Content