Flask Support Update

I am having trouble after running main.py once I click login, there isn’t an OKTA signup based on this github repo for Flask support: samples-python-flask/okta-hosted-login at master · okta/samples-python-flask · GitHub

The most in depth I have found is this article in 2018, I was wondering if there are any other additional steps needed to configure.

After clicking “Login” I get a status of 302 and the UI says the site can’t be reached and to check if there is a typo in {{myOktaDomain}} setting

The Python sample app assumes you are using a developer org or an Okta org that has access to custom authorization server (API Access Management).

"issuer": "https://{yourOktaDomain}/oauth2/default"

Are you able to see a response if you copy and paste this url in the web browser? (Replace {yourOktaDomain} with your Okta domain.) `https://{yourOktaDomain}/oauth2/default/.well-known/openid-configuration`
https://developer.okta.com/docs/concepts/auth-servers/#available-authorization-server-types

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.