1. 19 Apr, 2022 1 commit
    • Catalin Irimie's avatar
      Make OmniAuth initializer return Geo proxied URL when it exists · 7d451b2f
      Catalin Irimie authored
      OmniAuth full_host supports a proc, this makes it return a proc
      that changes based on the env to verify whether it's a proxied
      Geo request or not.
      
      For regular requests, or non-EE requests, this keeps returning
      the base URL, while proxied Geo requests return the URL of the
      proxying site - to get SSO working with separate URLs.
      
      EE: true
      Changelog: changed
      7d451b2f
  2. 18 Apr, 2022 39 commits