Scripts for counting Okta configuration elements
- Make sure that you have
python3installaed - Maks sure that the
requestspython library is installed (e.g. by runningpip install requests - Set the values for
okta_tokenandokta_urltowards the end of the script correctly - Run:
python3 ./count_okta.pyfrom the directory to which you checked out this script