Open
Description
i'm using a virtual env and installing from the requirements.txt file.
application will run if i remove auth='auth' but then I get an error from Okta:
"Description: The 'redirect_uri' parameter must be an absolute URI that is whitelisted in the client app settings."
I'm following https://github.com/okta/samples-python-flask/tree/master/okta-hosted-login
to set up the app on Okta (only difference a use of port 8050 for call back). The link to okta set up for flask-dance does not work btw.
any ideas?
thanks!!