Giter Site home page Giter Site logo

hojeffrey / okta-to-auth0-configuration Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7 KB

This repository contains a Python script that creates an OIDC application in Okta and configures it as a social connection in Auth0.

License: MIT License

Python 100.00%

okta-to-auth0-configuration's Introduction

Okta OIDC Application and Auth0 Social Connection Configuration

This repository contains a Python script that creates an OIDC application in Okta and configures it as a social connection in Auth0.

Requirements

  • Python 3.x
  • Requests library
  • PyYAML library (optional, if you want to store the credentials in a YAML file)

Usage

  1. Clone the repository
  2. Install the required libraries: pip install requests and pip install pyyaml (if you want to use the YAML file)
  3. Store your Okta API credentials, Auth0 API credentials, Okta Url, Auth0 URL, Okta Applciation Name, and Auth0 Connection name in a file named config.yaml in the following format:
okta_api_token: "Insert Okta API Token"
okta_org_url: "https://YourComapnyURL.okta.com"
okta_app_name: "The app name that you want in Okta"
auth0_domain: "YourComapnyURL.us.auth0.com"
auth0_api_token: "Insert Auth0 API Token"
auth0_connection_name: "The connection name that you want in auth0"
  1. Run the script: python okta_2_auth0_sso.py

okta-to-auth0-configuration's People

Contributors

hojeffrey avatar

Watchers

 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.