Social Connection Request Info

Hi,

I have a social connection created. Once the user successfully federates through the social connection, is there a way to fetch user request attributes while executing the auth0 rules.

For eg: If a user federates a login via Salesforce social connection, I want to update the app_metadata for the user for the Salesforce Org from where the user signs in. In this case, let’s say a user has signed up in two salesforce orgs (o1, o2) from the same email. After the user federates the connection from org o1, I want to update the user app_metadata for o1 org. When I use either of user, context in the auth0 rules, I do not get any info about the org from where the user has initiated the current login flow.

Thanks!