GithubHelp home page GithubHelp logo

isabella232 / tap-okta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from singer-io/tap-okta

0.0 0.0 0.0 84 KB

Code repository for the okta integration

License: GNU Affero General Public License v3.0

Python 100.00%

tap-okta's Introduction

tap-okta

This tap:

  • Pulls raw data from the Okta Api
  • Extracts the following resources:
    • Users
    • Groups
    • Applications
    • Applications Groups
    • Applications Users
  • Outputs the schema for each resource
  • Full table load

Requirements and Installation

For more requirements,example and information about running a singer tap see the singer instructions

Usage

Source config file

  • This config is to authenticate into okta. The Authorization code provided by the okta application manager.

    {
        "api_key": "0XXXXXX",         
                     
        "service_url": ""
    }
    

Do not forget to end service_url with /

Run the Tap

tap-okta.py -c config.json | target-stitch -c target_config.json

Messages are written to standard output following the Singer specification. The resultant stream of JSON data can be consumed by a Singer target.

Pagination:

By Default 200 records are extracted from the source json payload, so the pagination logic is implemented to loop through all the records from source json payload and load into the stitch target

Replication Methods and State File

  • Full Table
    • groups
    • users
    • applications
  • State File
    • None.

Copyright © 2019 Stitch

tap-okta's People

Contributors

dmosorast avatar kdamodaran1 avatar luandy64 avatar rshah-amplify avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.