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
sbasba 

Self Service

I am trying to create a Self Service Portal using ASP.Net/C# and Sales force API.
 
I want user to type in their Self Service UserID and Password  and I would like to verify that the Self service login credentials are valid. I can check the existence of Self Sefvice User and his status (Active or not). But I how will I check whether he used the right password? Is there a way to do this through API.
 
If thay have used, the right Self Service Userid and Password, I want them to use the custom portal, I have created.
 
 
 
SkowronekSkowronek

Here is a good example that I followed in my implementation.

http://forums.sforce.com/sforce/board/message?board.id=NET_development&message.id=2640

Tran ManTran Man
This is demonstrated in the SSP Toolkit for PHP 5.  Althought it was written in PHP, you should be able to reuse the same logic.