This source can sync data for the Okta API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source is capable of syncing the following core Streams:
- Users
- User Role Assignments
- Groups
- Group Members
- Group Role Assignments
- System Log
- Custom Roles
- Permissions
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
The connector is restricted by normal Okta requests limitation.
You can use OAuth2.0 or an API token to authenticate your Okta account. If you choose to authenticate with OAuth2.0, register your Okta application.
- Use API token from requirements and Okta domain.
- Go to local Airbyte page.
- In the left navigation bar, click Sources. In the top-right corner, click + new source.
- On the Set up the source page select Okta from the Source type dropdown.
- Paste all data to required fields.
- Click
Set up source
.
Note: Different Okta APIs require different admin privilege levels. API tokens inherit the privilege level of the admin account used to create them
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.11 | 2022-08-03 | 14739 | add permissions for custom roles |
0.1.10 | 2022-08-01 | 15179 | Fixed broken schemas for all streams |
0.1.9 | 2022-07-25 | 15001 | Return deprovisioned users |
0.1.8 | 2022-07-19 | 14710 | Implement OAuth2.0 authorization method |
0.1.7 | 2022-07-13 | 14556 | add User_Role_Assignments and Group_Role_Assignments streams (full fetch only) |
0.1.6 | 2022-07-11 | 14610 | add custom roles stream |
0.1.5 | 2022-07-04 | 14380 | add Group_Members stream to okta source |
0.1.4 | 2021-11-02 | 7584 | Fix incremental params for log stream |
0.1.3 | 2021-09-08 | 5905 | Fix incremental stream defect |
0.1.2 | 2021-07-01 | 4456 | Bugfix infinite pagination in logs stream |
0.1.1 | 2021-06-09 | 3937 | Add AIRBYTE_ENTRYPOINT env variable for kubernetes support |
0.1.0 | 2021-05-30 | 3563 | Initial Release |