Fusion to Salesforce Integration Question
-
I'm trying to get Fusion to integrate with Salesforce, and I did so by following the steps listed here: https://fusionauth.io/docs/lifecycle/authenticate-users/integrations/oidc/salesforce . But when testing out the integration, it created a new user for me in Salesforce and not the user that I already have.
So when trying to update the Email and or the Usernames for my user in Salesforce trying to get Fusion to find my user, not the one that Fusion created. No matter what I change the username or email, it keeps going back to the user that Fusion created in Salesforce. Does Fusion save the Salesforce UserID somehow in Fusion to know what Salesforce User to log in as?
-
Hi @jacob-fisher,
So you are saying that you have this situation:
In FusionAuth, a user
user@example.com
In salesforce, a user
user@example.com
.You configure salesforce to use FusionAuth as the source of identity, so there's a
Login with FusionAuth
button on salesforce.When you try to log into salesforce in an incognito window, you see a new saleforce user with the email address
user@example.com
created (so now there are two)?What are the two user ids? It's possible there is a mismatch and you might need to adjust the apex code.
Is that correct?