Single sign-on (SSO)

learn more… | top users | synonyms (1)

5
votes
1answer
61 views

How does a user with SAML SSO get redirected to IDP login page?

Question When SSO has been configured for SAML 2.0 and a user's federation identifier has been populated, how do they get redirected to the Identity Provider's login page? Background I'm working to ...
3
votes
1answer
28 views

URL redirect with SAML enabled

We are planning to use SSO with SAML. This means, as far am I am aware, that the URL being displayed in the browser will not have the format na1.salesforce.com, but the format of the sub domain being ...
2
votes
1answer
57 views

SAML not working, validator passes

We are setting up SSO with a custom SAML identity provider. The SAML validator passes just fine: But then when we try to login, we get: I can't see any error logs anywhere (login/history). The ...
1
vote
0answers
51 views

SSO with ADFS 2.0

I am setting up SSO with ADFS 2.0. Have followed these instructions: http://blog.rhysgoodwin.com/cloud/salesforce-sso-with-adfs-2-0-everything-you-need-to-know/ And everything was working fine until ...
0
votes
1answer
37 views

SSO & API Only User Authentication

I have completed Mydomain set up and Single Sign-On set up in one of our Sandboxes and waiting for the IDP to complete their setup. Questions: [1] Meanwhile how do I make sure the users are ...
4
votes
1answer
41 views

Can salesforce be used as the IdP for customer portal user access to other service providers?

Salesforce can be used as an IdP or SP when using SSO for non-portal users. It can also definitely be used as an SP for portal user SSO. However I cannot find any definitive answer as to whether you ...
1
vote
1answer
58 views

Using Federated SSO, can we force users to login through SSO only? If we do, can admins still login from the salesforce login page? [duplicate]

We need to set up Federated SSO and make sure that users can't login using the standard login page (login.salesforce.com). One way that I know of doing this is, set up mydomain and force users to ...
8
votes
4answers
199 views

Mismatch in Links recieved through email alerts and User getting redirected to home page

We have a case where our users create tasks. When they create tasks, they also check the "Send Email Notification" checkbox present on the task. As a result the owner of the task, receives an email ...
4
votes
1answer
56 views

SSO Implementation - Any IDP Simulator available?

I am planning a SSO implementation using SAML 2.0. It is going to be SP (Force.com) Initiated authentication. I wanted to know if any SSO IDP simulator is available from AppXchange (preferred over ...
6
votes
3answers
118 views

Google Apps & Salesforce - SAML SSO

If I'm using Salesforce as the Identity Provider to log in to my Google Apps email, what happens when Salesforce wants to verify my identity by emailing a login verification code? As I think about ...
0
votes
0answers
19 views

Is it possible to Query the SSO information?

I wanted to know whether it is possible to query the SSO information present in this link like Issuer, Idnetity Provider Login URL etc through APEX.
1
vote
1answer
77 views

User getting redirected to home page on Single sign on

We are implementing SSO in our Org. This works fine. However, we have set an email alert which notifies user when a record of a certain object is created. In this email alert, we provide the user with ...
6
votes
1answer
151 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 ...
3
votes
1answer
171 views

Authentication approach with Salesforce in Mobile App

Here is my case study: We are developing a mobile app. The mobile app interacts with two salesforce orgs i.e. Metadata org : Having all the customer metadata required by mobile app for each ...
8
votes
1answer
184 views

Is it possible to use Facebook SSO with portal users?

I know you can use Facebook as an identity provider but it seems to be limited to "regular" users. Can you also use Facebook as an identity provider in the portal? How does it match back to a user ...
1
vote
1answer
142 views

Securing composite app single sign on with salesforce session Id

We currently have an integration with our external platform inside salesforce by using IFrames. For authentication we pass the Salesforce session as a query string parameter inside the IFrame address ...
3
votes
1answer
275 views

How to setup salesforce to force users to use SSO for salesforce authentication (and disable sfdc credentials)

Need to setup salesforce sso, so that users have to use SSO to login, but cannot use standard login.salesforce.com to login. Not able to setup how to prevent login from the standard page with ...
1
vote
2answers
108 views

Sandbox settings in Single sign on org

I created a new sandbox for my org. I am trying to activate a developer sandbox and I am struck there. All I see is a refresh link and login link. I am unable to see the activation link. I have ...
3
votes
1answer
1k views

Error while using Single Sign-On with OpenSSO

I am trying to use salesforce federated single signon feature. I am using Glassfish server and OpenSSO 8.0 While logging in using OpenSSO, I am getting the following error: Login Error Your ...
4
votes
1answer
629 views

How does Delegated Authentication and Federated authentication work in parallel?

This is a follow up question to this question here. According to the answer to that question, it is possible to use Federated Authentication and Delegated Authentication in parallel. I'd like to ...
4
votes
1answer
457 views

Federated Authentication for mobile CRM products

We have implemented Federated Authentication for SSO in an organization. But now we want to use SSO for the Salesforce mobile CRM app. According to this article, Federated Authentication does not ...
2
votes
2answers
169 views

User session lifetime tracking?

We are building a multiplatform architecture application in which we have an authentication consideration we're not finding a solution to. We have a front end platform which has SSO with Force.com ...