If you want Aptify to be accessible from any computer on the Internet without requiring a VPN connection, you can deploy the website using the publicly accessible approach.

See the following sections:

Authentication

In Aptify 5.5.1, the default authentication method is Basic Authentication with SSL.

In Aptify 5.5.2 and later, the default authentication method when Aptify is installed is Anonymous Authentication with SSL, but you can choose other authentication methods. See Choosing an Authentication Method for more details.


In Aptify 5.5.1, when deploying Aptify publicly, the website should be configured to use Basic Authentication. Using a website's Integrated Security (Windows Authentication) option is not recommended in this case because the Integrated Security requires the domain controller to be exposed to the client making the request. With Basic Authentication, the credentials are passed to the web server and the web server then passes the credentials to the domain controller. Basic Authentication is used so that the client on the browser does not need to connect to the domain controller. 

In Aptify 5.5.2 and later, when deploying Aptify publicly, the website should be configured to use Anonymous Authentication (or Basic Authentication if your implementation requires authentication through Microsoft IIS, for example, when using single sign-on). Using a website's Integrated Security (Windows Authentication) option is not recommended in this case because the Integrated Security requires the domain controller to be exposed to the client making the request.  

Anonymous Authentication and Basic Authentication passes user name and password information (as well as the token that is generated when the credentials are passed) in clear text, the site must be secured with SSL to protect login credentials. 

 

Moving the Aptify Web Server to a DMZ 

Moving the Aptify web server into the DMZ should be performed by your organization's IT team.   Refer to Microsoft's online help for Internet Information Services (IIS) for more information on how to configure a web server in a DMZ.

If you want the Aptify web server to be located within a demilitarized zone (DMZ) in your network, Aptify recommends that you install, configure, and test the Aptify web server inside your firewall before moving it into the DMZ. 

Once the web server has been added to the DMZ, ensure the following: 

Once these steps are complete, connect to the Aptify web interface as before and confirm that the website loads as expected.