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
VamsiVamsi 

How can we perform sso to 3rd party application from Salesfroce customer portal

We have a requirement that when a customer logs in to customer portal and when they click on the link they should be logged in to 3rd party application automatically with same portal credentials and redirect to a page on 3rd part application.
I was able to get this working from salesforce using connected app but how can we do the same for customer portal.
Please share some thoughts on this...!!!
Best Answer chosen by Vamsi
NagendraNagendra (Salesforce Developers) 
Hi Vamsi,

Try writing an apex logic where you'll have the credentials of the users, and use those to integrate the 3rd party app to your Salesforce.

Please let us know if this helps.

Thanks,
Nagendra

All Answers

NagendraNagendra (Salesforce Developers) 
Hi Vamsi,

Try writing an apex logic where you'll have the credentials of the users, and use those to integrate the 3rd party app to your Salesforce.

Please let us know if this helps.

Thanks,
Nagendra
This was selected as the best answer
VamsiVamsi
Thanks for the response Nagendra . Do you have any sample code or example. So that I can take a look. Thanks Vamsi
Uday Kumar 275Uday Kumar 275
Now this is possible to achieve using the Connected app, use the Portal URL and Portal metadata file from the connected app, and don't forget to add users/profiles to connected app for access.