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
karimulla testingkarimulla testing 

actually i want a scenario that when userlogin into salesforce he need a link ...

on clicking the link...it should redirect to other .net org directly , without  entering the logincredentials of .net.....how it is possible
karimulla testingkarimulla testing
client suggested not to use single sign on in this process.
 
Tiago Armando CoelhoTiago Armando Coelho

Hi karimulla, 

The only solution is to have a token, that you past in the url parameters and with this you can authenticate the user.

Kind regards, 

Tiago Armando CoelhoTiago Armando Coelho
Hi hope this link helps you https://dotnetthoughts.net/token-based-authentication-in-aspnet-core/