The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
36 views

SSO breaks sometimes

I use ASP.MVC as identity provider and integrated salesforce page as iframe so that customers get seamless flow. It works first time the page is openned after user logs into MVC site. But when they ...
3
votes
1answer
75 views

Salesforce API for SCIM provider is available?

I'm trying to write connector for WSO2 Identity Server which provision users to Salesforce. To do that i needed to find Salesforce SCIM endpoints for Users and Groups etc. I believe Salesforce acting ...
2
votes
1answer
104 views

Adding a service provider using connected app

i am following the tutorial http://wiki.developerforce.com/page/Implementing_Single_Sign-On_Across_Multiple_Organizations in step 6 when i try to add Service privider in Identity provider .there is no ...
0
votes
0answers
219 views

Salesforce SSO setup fails with error: Unable to login using your identity provider

I have configured an Elastic SSO Identity Provider, and added Salesforce as a Service Provider. I also configured a Custom Domain. When I access Salesforce custom domain on the browser, it properly ...
3
votes
1answer
348 views

Salesforce: API to get info of all enterprise users using admins auth token?

Is there a way from the SOAP/METADATA API to get the all the registered users of an enterprise using an API call with the admin's auth-token? I only require the email address, name and role of the all ...
5
votes
2answers
434 views

Salesforce Identity - App Launcher

On the splash screen for Salesforce Identity, there's a screenshot of a nifty app launcher page: I realize that Salesforce Identity hasn't formally launched yet, but almost all of the pieces are ...
8
votes
1answer
947 views

Enabling Single Sign-On for Sites using Salesforce as the Identity Provider

I was wondering if anyone has had success in trying to enabling single sign-on for sites using salesforce as the Identity Provider. https://login.salesforce.com/help/doc/en/sso_sites.htm I have used ...
1
vote
2answers
805 views

Determine from Apex whether a user's session is invalid

Can anyone think of a way, from within Apex, to tell if a User's session has expired / been invalidated? Our app is very JS Remoting intensive, so it would be nice if we were able to detect, from ...