• Pedro H
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi All,

we have defined several Identity Providers for our organization and we want to know if it is possible to set a Login Url ni Salesforce that forces the use of an specific Identity Provider

In the definition of the external Identity Provider in the Single Sign-on Settings, we have a "Salesforce Login URL" , but when we use it it shows the standard login page where we can select multiple Identity Providers.

An alternative would be to use an IDP Initiated SSO mechanism, but we wanted to know if we can setup a URL to redirect de authentication to an specific Auth provider.

Best regards.
Hello all,

we would like to link an existing Salesforce account to a social account (Google, Facebook,...) the first time the user uses this authentication provider. We don't want to use the "Existing User Linking URL" because it requires the user to be already looged in Salesforce.

I have seen in the documentation of the Auth.RegistrationHandler that the createUser method should return  the User object that corresponds to the third party’s user information and may be a new user that hasn’t been inserted in the database or may represent an existing user record in the database.  

To link the account we should use any attribute in the "Auth.UserData" to try to locate an existing user and return it in the createUser function. Is that correct?

Best regards.

 
Hello all,

we would like to link an existing Salesforce account to a social account (Google, Facebook,...) the first time the user uses this authentication provider. We don't want to use the "Existing User Linking URL" because it requires the user to be already looged in Salesforce.

I have seen in the documentation of the Auth.RegistrationHandler that the createUser method should return  the User object that corresponds to the third party’s user information and may be a new user that hasn’t been inserted in the database or may represent an existing user record in the database.  

To link the account we should use any attribute in the "Auth.UserData" to try to locate an existing user and return it in the createUser function. Is that correct?

Best regards.

 
Hi All,

we have defined several Identity Providers for our organization and we want to know if it is possible to set a Login Url ni Salesforce that forces the use of an specific Identity Provider

In the definition of the external Identity Provider in the Single Sign-on Settings, we have a "Salesforce Login URL" , but when we use it it shows the standard login page where we can select multiple Identity Providers.

An alternative would be to use an IDP Initiated SSO mechanism, but we wanted to know if we can setup a URL to redirect de authentication to an specific Auth provider.

Best regards.