
3 respostas
It sounds like you want to use existing session details that you have in .NET and redirect the user straight into the standard Salesforce Web UI.One way to do this is with Frontdoor.jsp. See Using Frontdoor.jsp to Log Into Salesforce (https://help.salesforce.com/apex/HTViewHelpDoc?id=security_frontdoorjsp.htm)This will allow you to use a full or web session id to redirect directly into the standard Salesforce UI without needing to login again.