heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
24.01k stars 5.55k forks source link

Change Base URL Change for HTTPS from internal reverse proxy #5726

Open fthobe opened 1 day ago

fthobe commented 1 day ago

Pre-check

Current behavior

we are looking into Solidus to pull up an eCommerce for B2B services. Coming from python I somehow struggle with making SSL work:

Screenshot 2024-11-20 at 16 02 36

Now I know in theory what's to be done (make devise accept additional request headers), but we don't seem to be able to figure out how.