I am not sure if you have configured nginx with https_module. Once try that. And also add proper headers in the nginx.conf like
Listen 443 ssl; Certificates location BR Harish Kumar On Wed 25 Nov, 2020, 3:53 PM Pavan P, <[email protected]> wrote: > Hi, > I have configured nginx to authenticate with azure AD for login. > > When I access the site abc.example.com it redirects to Azure for > authentication and redirects me back once the authentication is complete. > > How ever when I try to access the site with https abc.example.com it does > not redirect for authentication. > > Is there anyway I can get both http and https to redirect for azure auth. > > Regards, > Pavan > > _______________________________________________ > nginx-devel mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx-devel
_______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
