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
PRepakaPRepaka 

Need to implement SSO from my .Net Application

Hi Friends,

 

i am a .net developer and trying to implement SSO from my application. I found some ways form SFDC help but not able to decide how to proceed for this.

 

My scenario: I have a window application, there i'll be having a login which will contain Login id, password and SSO token. So by using API call i'll have to validate the user and redirect the user to the next page with the return value from API after success login. So that in the next page i am having a web browser control where SFDC site will be displayed with out asking login again. Please guide me the way to implement the same.

 

Thanks in advance.

SuperfellSuperfell
there's no supported way to boot strap a UI session from the API, but for a unsupported, likely to get eventually get broken way, search the forums for frontdoor.jsp