• salesy_guy
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
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

Hi,

 

I want to display following VF page when my users click on Accounts tab. I have set it up as below BUT problem is that it goes in infinite loop while loading upon Accounts tab click.

 

My VF page (with apex:detail) is as below:

<apex:page standardController="Account" sidebar="true" showHeader="true" title="Merchant: {!account.name}">
    <chatter:feedWithFollowers entityId="{!account.id}" />

    <apex:detail subject="{!Account.Id}" inlineEdit="true" />
</apex:page>

 

I have created a new Account Page Layout and added above page in it.

 

Question

Is there any way to use a page with apex:detail and set it as default for selected profiles (i.e. under Page Layout Assignment)?

 

Thanks in advance

ND

Hi ,

 

I tried to connect 2 DEV orgs, using SAML using the steps given the following link

http://wiki.developerforce.com/page/Implementing_Single_Sign-On_Across_Multiple_Organizations

 

Has anyone ever tried it ?

 

I am not able to access the Identity Provider Login URL for SP account's SSO settings..It shows "Insufficient priviledge".

So I am not able to login using my domain(https://domainname.my.salesforce.com/)...It displays the following error...

 

"

Error: Unable to resolve request into a Service Provider

"

Any Idea how can I resolve this?