Hello,
I am having an issue using Auth0’s Management API.
The goal is to use Auth0 with a load balancer to authenticate users with GitHub and once authenticated, use the IdP token to get information about them such as their repo and organizations.
I’ve updated the Management API to authorize my application to a specific scope, for example read:users, however the access token I receive from the oauth/token endpoint omits this scope. I tried creating a custom API, however this makes the token have the incorrect audience. What’s the proper way to navigate this issue?