-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hi,
I am not able to get back the details from the SalesForce Api. Once logged in successfully, i still get redirected to the login page infinitely.
The following are the configurations done in Salesforce
Enabled the SAML SSO
Created the service provider and set the localhost urls for those
Downloaded the Self-signed certificate from Salesforce and added that the the project source so that it will be used to sign the requests
Downloaded the metadata from salesforce and then set that in the metadata folder so that it will be used.
After login, the following method always returns null
AuthenticationTicket ticket = await AuthenticateAsync();
so there is an infinite loop of redirections
I have also verified the steps as given in the following link http://www.jitendrazaa.com/blog/salesforce/step-by-step-guide-to-setup-federated-authentication-saml-based-sso-in-salesforce/
Can you please help me