Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Auto Logon User Authentication for Google Chrome

I have a site I go to that allows me to auto log in with my creditentials (windows) and using Internet Explorer I can just set the option under "User Authentication" to "Automatic logon with current user name and password", but I'm wanting to use Google Chrome. However, it always prompts me for user/pass and I'm looking to have it set up like IE. Anyone know if this is possible? Thanks!

like image 553
daveomcd Avatar asked Oct 17 '11 23:10

daveomcd


People also ask

How do I make Chrome ask for a user?

Open the Google Chrome browser. Type the following text in the address bar: chrome://flags/#enable-new-profile-picker . Select Enabled from the drop down list next to the New profile picker option. Restart the browser when prompted.

How do I enable Windows integrated authentication?

Open the Windows Control Panel and go to Network and Internet > Internet Options. On the Advanced tab, select Enable Integrated Windows Authentication.


2 Answers

If you add your site to "Local Intranet" in

Chrome > Options > Under the Hood > Change Proxy Settings > Security (tab) > Local Intranet/Sites > Advanced.

Add you site URL here and it will work.

Update for New Version of Chrome

Chrome > Settings > Advanced > System > Open Proxy Settings > Security (tab) > Local Intranet > Sites (button) > Advanced.

like image 73
daveomcd Avatar answered Sep 28 '22 23:09

daveomcd


Chrome did change their menus since this question was asked. This solution was tested with Chrome 47.0.2526.73 to 72.0.3626.109.

If you are using Chrome right now, you can check your version with : chrome://version

  1. Goto: chrome://settings

  1. Scroll down to the bottom of the page and click on "Advanced" to show more settings.

OLDER VERSIONS:

Scroll down to the bottom of the page and click on "Show advanced settings..." to show more settings.

  1. In the "System" section, click on "Open proxy settings".

OLDER VERSIONS:

In the "Network" section, click on "Change proxy settings...".

  1. Click on the "Security" tab, then select "Local intranet" icon and click on "Sites" button.

  1. Click on "Advanced" button.

  1. Insert your intranet local address and click on the "Add" button.

  1. Close all windows.

That's it.

like image 45
Maxime Avatar answered Sep 28 '22 22:09

Maxime