Auth0 · Arazzo Workflow
Auth0 Provision Machine-to-Machine Application
Version 1.0.0
Create an API (resource server), create a non-interactive client, and grant the client access to the API.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
provision-m2m-app
Register an API, create a client, and authorize the client for the API.
Creates a resource server with scopes, creates a client, and creates a client grant binding the client to the API audience with the requested scopes.
1
createApi
post_resource-servers
Register a new API (resource server) with the supplied audience identifier and scopes.
2
createClient
post_clients
Create a client application that will request tokens for the API.
3
createGrant
post_client-grants
Authorize the client to obtain tokens for the API audience with the requested scopes.