What does my department do if we want to turn off the AD Authentication label in the ARMS launcher?
What do we need to do if my department does not plan on using AD authentication to log in on ARMS, and want the label to be removed from the login screen?
If this was enabled during installation on the app server, you can have this disabled by following a few simple steps on the database server and application server.
To start off an IT professional will want to run the following query:
Select * From AuthenticationServerSettings
After running this query, you are checking to verify that the "DomainAutoLoginEnable" is equal to “0”, If this is not equal to zero run the following query:
Update AuthenticationServerSettings Set DomainAutoLoginEnabled = 0
This is all you will have to do on the SQL database. So once this is completed and confirmed, navigate to your application server.
You will then need to change the IS Appsettings config file.

In this file check for the domain name towards the bottom and change it to false.

After making these changes run an IIS Reset. To restart your IIS Server click on the Windows icon and search for Command Prompt. Right-click Command Prompt and run this as an administrator.
Once you have Command Prompt open, run the command IISReset. The command will run, and you should get the same output as shown below.
