Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 296 Bytes

okta_api

Call Okta API from Python (unofficial, see https://github.com/okta/okta-sdk-python/ for the official Okta Python SDK).

Requires Python 3.6 or greater.

pip install requests # or pip3
pip install python-dotenv

cat > .env
OKTA_ORG_URL=https://XXX.okta.com
OKTA_API_TOKEN=XXX