I am trying to create a password change ticket using the Auth0 Management API from a React application. I tried to set the “create:user_tickets” scope but when I receive my token back that scope is missing. All other scopes I have set work (openid email profile read:current_user update:current_user_metadata) and my other calls to management API for user profile information work as well. I have the audience set to the management API in the Authorization params in Auth0 Provider.
Is this a limitation with a single page application?
Using the @auth0/auth0-react package.