Network Management

SolarWinds Platform Web Console Windows account automatic login

After following the SolarWinds Platform administrator guide section on enabling automatic login for users, you find that some users are not able to login and sometimes the web console will redirect back to the login page.

First published date

10/8/2018 6:40 PM

Last published date

9/4/2025 8:39 PM

Overview

After following the SolarWinds Platform administrator guide section on enabling automatic login for users, per Log in to the SolarWinds Platform with Windows pass-through security, you find that some users are not able to login and sometimes the SolarWinds Platform Web Console will redirect back to the login page.

Product section

Orion Platform

Cause

Forms authentication enabled and Windows Authentication Disabled OR missing configuration steps.

Resolution

You must enable web browsers to forward Microsoft Windows authentication information to SolarWinds Platform web console page and configured other requirements as per Log in to the SolarWinds Platform with Windows pass-through security

Part 1: Server Config:

  1. Via IIS manager > Make sure Forms Authentication is Disabled and Windows Authentication and Anonymous Authentication Enabled for SolarwindsNetPerfmon Website

Sites  SolarWinds NetPefMon  ASP.NET Impersonation  Forms Authentication  Anonymous Authentication  Indows Authentication  Disabled  Disabled  Enabled  nable  HTTP 302 Login,'Redirect  HTTP 401 Challenge

  1. If you had to make any changes > Open command prompt as administrator > Perform iisreset


Part 2: Browser Config:
Google Chrome, Microsoft Internet Explorer, and Edge

  1. RDP to SolarWinds Server hosting the Websites URL you use to login
  2. Click Windows Start menu > Settings > Internet Options.
  3. Under the Security tab, go to Trusted sites > Custom level.
  4. Enable Automatic logon with current username and password and the Enable Integrated Windows Authentication options.
  5. Go back to Trusted site > under Sites > add the SolarWinds Web Server URL as a trusted site (It SHOULD be NetBIOS short name ex: https://NetbiosNameOfSolarwindsServer NOT FQDN of Servers https://myserver.mydomain.com).

For more information, see your Chrome or Microsoft documentation.

Firefox

  1. Locate and edit the following preferences so they include a comma-separated list of URL prefixes or domains for the location of your SolarWinds Web server.
    network.automatic-ntlm-auth.trusted-uris = https://NetbiosNameOfSolarwindsServer
network.negotiate-auth.delegation-uris =https://NetbiosNameOfSolarwindsServer
network.negotiate-auth.trusted-uris =https://NetbiosNameOfSolarwindsServer
  1. Enter localhost if you are running SolarWinds Web Server URL or enter the FQDN server name if you are running SolarWinds Web Server URL on a dedicated web server.
Navigate to your favorite browser on your PC and enter https://NetbiosNameOfSolarwindsServer while logged in with your AD credentials, you should be able to login without being prompted for passwords.

If issue persists, clear cookies and cache (you can keep browser history and passwords).