NGClient is one of the ways to deploy Solutions to end users.

NGClient is a browser-based application of which the UI is rendered in the browser using pure HTML, CSS and a bit of JavaScript for event handling and communication with the Servoy Application Server (HTML5, CSS3 and websockets communication is used). The  business logic of the Solution that is running in the NGClient is executed on the Application Server for security reasons: the code of the business logic is not exposed in the webpage markup.

 

Supported Browsers

NGClient needs HTML5 and CSS3 support so it will run on any browser that supports these. Some supported browsers are:

 

Basic Authentication Support for Login

If a solution running in NGClient does not define a specific form as login form and doesn't have a login solution, Servoy will serve a standard SignIn page to the user (a basic html page with a username and password field).

Instead of showing the default SignIn HTML page, it's also possible to show the default browser basic authentication dialog, using one of the two following approaches:

  1. Append '?sv_auth_type=basic' to the NGClient URL. For example:  {serverURL}/solutions/{mySolutionName}/index.html?sv_auth_type=basic
  2. Or enable it for all NGClients (or in the developer for testing purposes) by setting the admin page property servoy.ngclient.basic.authentication to true