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
salesy_guysalesy_guy 

Need Help in solving this Error: Unable to resolve request into a Service Provider

Hello Friends,

Just to give you the background of what I am trying to do:

I have configured a Connected App with proper ACS URL and other parameters. Idea is to use SFDC as an IDP for my .NET application.

I am able to SSO using IDP-intiated Login URL but not with SP-intiated Redirect Endpoint.

For SP-intiated transaction I am posting at https://MYDOMAINNAME.my.salesforce.com/idp/endpoint/HttpRedirect, which I have copied from my Connected App page. I have double checked the Start URL, ACS URL, Issuer and Certificate, everything is correct.

Still in runtime I am getting Error: Unable to resolve request into a Service Provider

Please let me know what am I missing?

Thanks in advance

SGuy