Add provisioning action flows

Build the flows for each provisioning action in your Integration Builder project.

Before you begin

  1. In your Integration Builder project, go to the Actions > Provisioning action contracts > Flows tab. Click + New Flow.
    The flow configuration page appears.
  2. Click Add event.
  3. Select one of the provisioning action contracts.

    The provisioning contract loads the following details:

    • The body section contains the action contract request schema. See Action contracts.
    • The auth section contains the authentication parameters for the Connection to your API.
  4. Create the flow logic for the action. See Flow types in Connector Builder.
  5. Click Save to save the flow.
  6. Set the Flow is OFF toggle to ON.
  7. If you're submitting the action to the OIN, validate your flows from the Validate and submit tab, and then continue with the submission. See Create custom app integrations using Okta Integration Wizard.

Repeat these steps for each mandatory action in the provisioning action contract, and then test the action's API calls. See Test action API calls.