1
0
mirror of synced 2026-01-03 15:04:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-auth0/integration_tests/sample_config_access-token.json
Yiyang Li 4fdd09b79c 🎉 New Source: Auth0 [python cdk] (#18338)
* 🎉 New Source: Auth0 [python cdk]

- Full import and incremental are supported
- Only users stream is added
- Added unit tests and ensure all acceptance tests are passed locally
- It's free to create a new account in Auth0, so it's free to setup an integration account.

* fix: remove unused import in source.py

* auto-bump connector version

Co-authored-by: sajarin <sajarindider@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-26 13:55:16 -04:00

8 lines
164 B
JSON

{
"base_url": "https://dev-yourOrg.us.auth0.com",
"credentials": {
"auth_type": "oauth2_access_token",
"access_token": "api-key-just-for-testing"
}
}