Cross-Provider Workflow
Auth0 User to Okta User and Group Provision
Version 1.0.0
Create an Auth0 user, mirror into Okta, then add to an Okta group.
Providers Orchestrated
Workflows
auth0-to-okta-group
Create an Auth0 user, mirror into Okta, and add to a group.
Registers a user in Auth0, creates a matching Okta user, and adds the new Okta user to a group for group-based access.
1
create-auth0-user
$sourceDescriptions.auth0Api.post_users
Register the user in Auth0.
2
create-okta-user
$sourceDescriptions.oktaApi.createUser
Mirror the identity into Okta.
3
add-to-group
$sourceDescriptions.oktaApi.addUserToGroup
Add the new Okta user to a group for access.
Source API Descriptions
openapi