Hello All, thank to @vinayakjha we have now a working Login with Entra ID. Problem was basically a missing setting. The counterpart of
SECURE_PROXY_SSL_HEADER = (‘HTTP_X_FORWARDED_PROTO’, ‘https’)
was missing in nginx config.
proxy_set_header X-Forwarded-Proto $scheme;
And it worked like a charm!
Edit: Just let me know if you struggle with the Entra-App Part