tecnics-os / okta-tools

Tools to help developers working Okta identity platform.
https://oktatools.tecnics.com
MIT License
1 stars 0 forks source link
dev-tool flask okta okta-saml react saml

Okta tools

This project helps developers working with Okta and its services. Project is built on top of React and Flask.

Available tools

* SAML metadata generator. 🔥
* SAML metadata parser.💧
* SAML SP to test Okta as IDP.🧊

Running the project

Starting the project need running a front-end and a backend.

running thr project with Docker

Running the project with docker is the simple with docker

pre prerequisites

it would work on other docker versions, the above are the tested ones

sudo docker-compose up

starting the react project

yarn start

starting FLASK APP:

Open a new terminal and run the following.

cd api

env\Scripts\activate

pip install -r requirements.txt

flask run