I have a terraform project that controls all my Auth0 configurations. I need to get one of my applications access/permission to Auth0 Management API, but is unable to find any documentation on this topic.
Hey there @karer welcome to the community!
What kind of application is it defined as in Auth0? Assuming it’s an application type that be authorized by the management API (m2m, web) then should be able to to use this resource to create the grant.
Keep us posted!
So, I have a regular web application created in Auth0 via terraform, and want to get it specific permission in the Auth0 Management API, like say create:user_tickets
. The issue is since I didn’t create Auth0 Management API programatically(as its created by the System upon tenant creation), i have no control over the permissioning aspect.
Help @tyf please!!!
This topic was automatically closed after 10 days. New replies are no longer allowed.