The example repository of users provisioning. Users are maintained in Auth0, and provisioned to GoodData. You can find the details in the script gooddata_oidc_provisioning.py.
# Create virtual env
$ python -m virtualenv venv
# Activate virtual env
$ source venv/bin/activate
# You should see a `(venv)` appear at the beginning of your terminal prompt indicating that you are working inside the `virtualenv`.
# Deactivate virtual env once you are done
$ deactivate
$ pip install -r requirements.txt
export AUTH0_DOMAIN=''
export AUTH0_CLIENT_ID=''
export AUTH0_SECRET=''
export GOODDATA_HOST=''
export GOODDATA_TOKEN=''
export GOODDATA_WORKSPACE_ID=''