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
satyapsatyap 

Sites Delegated Authentication

Hi,

 

I have a scenario where I would like to login customer portal users using SSO (Delegated Authentication). I was able to successfully enable and is working fine. However I have a scenario where I need to mask the domain name such as cs1.salesforce.com to Sites domain name. How do I do a form post so that User is loggedin to Sites domain? For example without sites I use:

 

https://cs1.salesforce.com/secur/login_portal.jsp?orgId=xxxxxxxxxxxx&portalId=xxxxxxxxxxxx&un=xxxxxxxxxxxxx&pw=xxxxxxxxxxx&loginType=2&startURL=%2F500%2F

 

I enabled sites with customer portal. How would the above URL change if I have to login to portal? Example Site name is: https://testportal.force.com/support

 

ashresthaashrestha
Did you find a solution to this?