You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
timothypratley
changed the title
redirect-on-auth redirects to http instead of https when behind a proxy
redirect-new-auth redirects to http instead of https when behind a proxy
Mar 13, 2015
OK, I see what you mean. I think the context is required insofar as the :default-landing-uri is going to be (or should be?) defined in terms of it.
In any case, I guess we should apply all the same measures used in requires-scheme-with-proxy to translate the resulting URL to use the appropriate scheme, etc. PR welcome.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fortunately I am able to avoid this behavior by setting the flag to be false in the auth meta-data...
It seems unnecessary to use the entire context:
(str (:context request) (-> request ::auth-config :default-landing-uri ))
The text was updated successfully, but these errors were encountered: