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
GrantMGrantM 

Auto login to Self Service Portal

Hi
 
I have an intranet site that uses domain authentication.
I have set all my self service portal users to the same password, and want to allow them to be auto logged in through the intranet.
 
Currently, this is done by redirecting the user to:
 
 
Now this works, but i hate passing in the password as clear text.
Is there another way around this?
 
I see the sforce Explorer passes an sid in the Url, i wanted to try this but am not sure how to retrieve a Self Service User session,
only a normal login session
 
Thanks In Advance

Message Edited by GrantM on 03-28-2006 01:55 AM

Message Edited by GrantM on 03-28-2006 02:05 AM

SuperfellSuperfell
Its not clear text because you're using SSL.

If you're worried about the un/pwd being on the URL, and in the browser history, then rather than doing a HTTP redirect, you can have the request generate a page with a form that auto submits.

There's no programatic way today to get a sessionId for a self service user. (This is in the pipeline though)