Auth0 · Arazzo Workflow
Auth0 Create API, Role and Bind Permissions
Version 1.0.0
Register an API with scopes, create a role, and associate the API's scopes with that role as permissions.
View Spec
View on GitHub
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIMArazzoWorkflows
Provider
Workflows
create-resource-server-role-permissions
Register an API, create a role, and attach the API's permissions to the role.
Creates a resource server with scopes, creates a role, and associates the supplied permission pairs (for the API identifier) with the role.
1
createApi
post_resource-servers
Register a new API (resource server) with the supplied scopes.
2
createRole
post_roles
Create a user role to hold the API's permissions.
3
bindPermissions
post_role_permission_assignment
Associate the supplied API permissions with the new role.