This project helps developers working with Okta and its services. Project is built on top of React and Flask.
* SAML metadata generator. 🔥
* SAML metadata parser.💧
* SAML SP to test Okta as IDP.🧊
Starting the project need running a front-end and a backend.
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
yarn start
Open a new terminal and run the following.
cd api
env\Scripts\activate
pip install -r requirements.txt
flask run