Hi Team
I wanted to configure permissions (mentioned above) while creating clients. Is there any management api that will help me do so
Hi Team
I wanted to configure permissions (mentioned above) while creating clients. Is there any management api that will help me do so
Hi @gsinha,
Thanks for reaching out to the Auth0 Community!
Yes! You’ll need to use the Management API Create a client and Create a client grant endpoints.
First, create your application by setting the "app_type": "non_interactive"
and then create a client grant for that application specifying the Management API v2 audience and scopes.
After doing so, your Machine-to-Machine applications will be configured with the respective API scopes.
Please let me know if you have any other questions or concerns. I’d be happy to help.
Thank you.
Hi @rueben.tiow
Thanks for getting back. So just to be clear with the wording.Here the scope parameter is equal to the permissions in the screenshot
Hi @gsinha,
Yes, that is correct. The scope
parameter is used to specify the permissions you need when requesting access to a resource.
Please let me know if there’s anything else I can do to help.
Thank you.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.