Disqus authentication doesn't work in Chrome

06
2014-04
  • sx00

    Disqus authentication doesn't work in Chrome on all sites. It doesn't work for all auth methods and on different computers.

  • Answers
  • Serra South

    you probably have disbled 3rd party cookies.

    Go to settings, search for 'cookies', Content Settings, uncheck block third party cookies


  • Related Question

    Windows Authentication with Google Chrome
  • SitWalkStand

    Does Google Chrome work with Windows Authentication? We have internal websites that use Windows authentication and I'd like Chrome to not have to prompt me every time I access those sites for username/password.


  • Related Answers
  • BenA

    It seems that it doesn't at the moment. Auto NTLM authentication is currently on their list of known issues here.

    UPDATE: Chrome 5 beta now supports Auto NTLM authentication :)

  • Bruce McLeod

    It supports windows athentication, however it does not currently support Automatic intergrated windows atuhentication see this issue on google code for the history.

    What steps will reproduce the problem? 1. Configure the browser to use a proxy (I use Squid 2.7/Stable 2) with authentication enabled. 2. Chrome will prompt for a username and password to auth with the proxy. 3. Browsing continues normally for the session.

    What is the expected result?

    Integrated authentication in the browser would use the current users logon credentials to authenticate with the proxy server.

    What happens instead?

    Chrome will prompt for a username and password to auth with the proxy. Entering the credentials manually allow the user to continue normally.

  • DShook

    You can now use the command line switch:

    --auth-server-whitelist="*example.com,*foobar.com,*baz"