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:
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.
- Okta API Token
In order to pull data out of your Okta instance, you need to create an API Token.
:::info
Different Okta APIs require different admin privilege levels. API tokens inherit the privilege level of the admin account used to create them
:::
- Sign in to your Okta organization as a user with administrator privileges
- Access the API page: In the Admin Console, select API from the Security menu and then select the Tokens tab.
- Click Create Token.
- Name your token and click Create Token.
- Record the token value. This is the only opportunity to see it and record it.
- In Airbyte, create a Okta source.
- You can now pull data from your Okta instance!
Version | Date | Pull Request | Subject |
---|---|---|---|
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 |