Use Auth0 session access token to authenticate social connection API

I have OAuth idp provider(you can think of that as a Facebook developer application) that I’ve connected in my Auth0 custom social connection panel. Everything works fine except access token that i get from OAuth IdP provider is different that Auth0 access_token and i can not make request with Auth0 access token to private API. I made diagram to make it more clear.

I found what i’ve been looking for. Call an Identity Provider API. What I need is actually to call Auth0 Managment API to get user identity provider access_token that later i can use to access protected API.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.