Auth0 · Arazzo Workflow
Auth0 Create Client, Create Connection and Enable
Version 1.0.0
Create a client application, create a connection, and enable the connection for the new client.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-client-create-connection-enable
Create a client and a connection, then enable the connection for the client.
Creates a client, creates a connection, and enables the connection for the new client using its returned client_id.
1
createClient
post_clients
Create a new client application.
2
createConnection
post_connections
Create a new connection with the supplied name and strategy.
3
enableClient
patch_clients
Enable the new connection for the newly created client.