Deploy to Streamlit
- Populate
./.streamlit/secrets.tomllike this
clientId = "xxxxxxxxxxxx"
domain = "dev-xxxx.us.auth0.com"
streamlit run test.pyto test locally- on local instance on streamlit interface right click on 3-dot top right and click deploy this app
- when authorizing app under "Advanced Settings" (screenshot 1.png) set the below
[auth]
clientId = "xxxxxxxxxxxx"
domain = "dev-xxxx.us.auth0.com"
``