flask-saml2
flask-saml2 copied to clipboard
Login class redirects to url with http scheme
I might just not understand how this works in Python/Flask, but I don't think there is a way to force this to use https without extending the class. I could do it if the "get" method here simply returned the result of url_for, rather than performing the redirect - or if there was an option to set the scheme.