/okta_api

Call Okta API from Python (unofficial)

Primary LanguagePython

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