Closed JustMaris closed 1 year ago
The issue was caused by our infrastructure team not noticing a misconfiguration.
Hi there! I'm having the same issue. Can you explain a bit more about how you folks solved it?
I don't know what exactly was done, as that was done by a different team, but it was related to AWS Ingress Controller configuration. Maybe something related to outgoing connections.
I fronted same issue..
Environment
Flask-Appbuilder version: 4.1.4
pip freeze output:
Describe the expected results
redirect_uri uses the https. same as the requester url when using google oauth.
Describe the actual results
redirect_uri uses http URL, while requester is https.
I have looked through a lot of different configurations and I have not found a way how to set redirect_uri for FAB Google Oauth config, so that it would use the expected redirect_uri.