We have an on premise WCF with a relay configured on Service Bus. The relay works with both SAS and ACS security.
On the other end, we have a salesforce lightening connect interface that needs to call the service using oAuth security. When trying to configure an Access Control Service Authentication Provider in Salesforce, the following information is required:
Provider Name:
URL Suffix:
Consumer Key:
Consumer Secret:
Authorize Endpoint URL:
Token Endpoint URL:
Full details in this article
https://help.salesforce.com/HTViewHelpDoc?id=sso_provider_microsoft.htm&language=en_US
If anyone has sucessfully configured ACS security to work with salesforce, your help would be greatly appreciated.
Thanks.