Web interface force authentication

Is it possible to force users to authenticate using a Username and password to login to any of the AR web interfaces

Parents
  • The easiest and fastest way to accomplish this would be to turn on Basic Authentication in IIS for each of the web interfaces to force a popup asking for a username and password. An SSL cert on the web server needs to be in place to prevent credentials from being sent on the network in clear text.

Reply
  • The easiest and fastest way to accomplish this would be to turn on Basic Authentication in IIS for each of the web interfaces to force a popup asking for a username and password. An SSL cert on the web server needs to be in place to prevent credentials from being sent on the network in clear text.

Children