https://github.com/jpf/okta-api-mock
Mocking server for the Okta API
https://github.com/jpf/okta-api-mock
Last synced: about 1 year ago
JSON representation
Mocking server for the Okta API
- Host: GitHub
- URL: https://github.com/jpf/okta-api-mock
- Owner: jpf
- License: other
- Created: 2016-01-16T00:55:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T08:03:01.000Z (about 9 years ago)
- Last Synced: 2025-04-04T14:41:32.891Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
A mocked Okta API server.
**WARNING** This is a service that Joel Franusic wrote for himself, so it will have lots of rough edges.
To run:
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python app.py