
SeanS.68205 (Customer) asked a question.
A little over a month ago I tested out and used the okta-flask-sample python repo with a developer account and had success. Now it is not working. Here is the repo for reference:
https://github.com/okta-samples/okta-flask-sample
The okta getting started documentation takes me directly to that repo:
https://developer.okta.com/code/
When I run the code that was working previously, the login takes me to an invalid url and I receive a message that I can't connect to the server at that address.
When I try to recreate the project following the instructions in the repo, I receive some failures. Specifically, when I run `okta start flask` the Okta CLI doesn't seem to accept the new Integrator Free Org url. It now gives me "It looks like there's a typo in your Okta domain."
I am looking for some stable resources for adding Okta authentication to a flask app.
Thanks for any help!

For anyone who does find this post looking for a solution, I found success with this post:
https://support.okta.com/help/s/article/default-custom-auth-server-no-longer-includes-a-default-api-access-policy?language=en_US
You'll need to go to Security>API and select the default server, then you can go to Access Policies and you'll have to add a rule, the default rule is probably a good starting point.