ConductorOne provides identity governance and just-in-time provisioning for Okta CIAM for Workforce. Integrate your Okta CIAM instance with ConductorOne to run user access reviews (UARs), enable just-in-time access requests, and automatically provision group membership.
Okta CIAM for Workforce is Okta’s customer identity and access management solution designed for workforce use cases. This connector is specifically designed for CIAM Workforce environments and includes email domain filtering capabilities.
The Okta CIAM Workforce connector supports provisioning for group membership only. You can grant and revoke user access to groups through ConductorOne.This connector does not support user provisioning or deprovisioning. User management must be handled directly in Okta CIAM.
The Okta CIAM Workforce connector requires you to specify which email domains should be included in the sync. This allows you to filter users in multi-tenant environments.For example, if you want to sync only users with @example.com and @company.com email addresses, you would provide: example.com,company.comThat’s it! Next, move on to the connector configuration instructions.
The Connector Administrator or Super Administrator role in ConductorOne
Access to the Okta CIAM credentials generated by following the instructions above
Cloud-hosted
Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Admin > Connectors and click Add connector.
2
Search for Okta CIAM Workforce and click Add.
3
Choose how to set up the new Okta CIAM Workforce connector:
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter your Okta CIAM domain (e.g., company.okta.com) into the Domain field.
8
Paste your API token into the API token field.
9
Enter your comma-separated email domains (e.g., example.com,company.com) into the Email domains field.
10
Optional. If you want to filter groups by name, enter a string in the Group name filter field. Only groups containing this string will be synced.
11
Click Save.
12
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your Okta CIAM Workforce connector is now pulling access data into ConductorOne.
Follow these instructions to use the Okta CIAM Workforce connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with ConductorOne, automatically syncing and uploading data at regular intervals. This data is immediately available in the ConductorOne UI for access reviews and access requests.
Step 1: Set up a new Okta CIAM Workforce connector
1
In ConductorOne, navigate to Admin > Connectors and click Add connector.
2
Search for Baton and click Add.
3
Choose how to set up the new Okta CIAM Workforce connector:
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
In the Settings area of the page, click Edit.
7
Click Rotate to generate a new Client ID and Secret.Carefully copy and save these credentials. We’ll use them in Step 2.
# baton-okta-ciam-workforce-secrets.yamlapiVersion: v1kind: Secretmetadata: name: baton-okta-ciam-workforce-secretstype: OpaquestringData: # ConductorOne credentials BATON_CLIENT_ID: <ConductorOne client ID> BATON_CLIENT_SECRET: <ConductorOne client secret> # Okta CIAM credentials BATON_DOMAIN: <Your Okta CIAM domain> BATON_API_TOKEN: <Okta API token> BATON_EMAIL_DOMAINS: <Comma-separated email domains> # Optional: include if you want ConductorOne to provision group membership using this connector BATON_PROVISIONING: "true" # Optional: include if you want to filter groups by name BATON_GROUP_NAME_FILTER: <string to filter group names>
See the connector’s README or run --help to see all available configuration flags and environment variables.
Create a namespace in which to run ConductorOne connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In ConductorOne, click Applications. On the Managed apps tab, locate and click the name of the application you added the Okta CIAM Workforce connector to. Okta CIAM data should be found on the Entitlements and Accounts tabs.
That’s it! Your Okta CIAM Workforce connector is now pulling access data into ConductorOne.