Hi,
I recently set up my okta verification to use https and I’m having URI redirect errors. Prior to this everything was working on http.
I’m running the flask app via gunicorn on an ec2 instance that’s has a certificate on its ALB. I can confirm that the website is secure. It just won’t redirect properly.
My configurations are
The trusted origin was also changed to https (it’s the same as the blurred out urls in the above image.
I’m using port 80 so I’m not explicitly setting it which is exactly the same as I did for the http method.
Here’s the error it throws:
Am I missing something in the configuration? Should I be including both https and http base urls as the trusted origins?
Thanks in advance for any help you can provide!