I have a Github (currently, will expand) application which is a combination of a React SPA and a backend system.
I’m trying to find the best way to get the github IdP token (or other Github information), and based on this article (https://auth0.com/docs/connections/calling-an-external-idp-api) is sounds like the right (only) way is to call the Management API from the backend system. Unfortunately this seems to be limited to only 1000 requests per month unless you are on at least the “Developer Pro” plan.
Does this mean there is no way to make authenticated API requests to the underlying Identity Provider if you are not on those plans?