Auth0 · Arazzo Workflow
Auth0 Create Connection and Enable for a Client
Version 1.0.0
Create an identity connection, enable it for a client application, then list the connection's enabled clients.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-connection-enable-client
Create a connection and enable it for a client application.
Creates a connection, enables it for the supplied client_id, and lists the enabled clients for the connection to verify.
1
createConnection
post_connections
Create a new connection with the supplied name and strategy.
2
enableClient
patch_clients
Enable the new connection for the supplied client by setting its status to true via the enabled-clients endpoint.
3
listEnabledClients
get_connection_clients
List the connection's enabled clients to confirm the client was enabled.