flask-saml2 icon indicating copy to clipboard operation
flask-saml2 copied to clipboard

Login class redirects to url with http scheme

Open August-W opened this issue 5 years ago • 0 comments

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.

August-W avatar Apr 13 '20 17:04 August-W