I am using this supported Salesforce Integration: https://marketplace.auth0.com/integrations/salesforce-social-connection
And I have followed all the steps for retrieving an IDP Access Token using the Management API. I am able to retrieve the following Salesforce Connection Identity:
"identities": [
{
"access_token": "...",
"provider": "salesforce-community",
"user_id": "005300000##########",
"connection": "salesforce-community",
"isSocial": true
}
]
This has the same format as valid Salesforce access tokens, but when I use it against the Salesforce API I get a 401 Invalid Token error. I realize this likely has something to do with my Salesforce Connected App OAuth settings since I do appear to be getting a token from Salesforce itself, but I was just hoping someone may have used this integration before or the supporting developers know what requirements there are to retrieve a valid token.