Child pages
  • Web Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic authentication support for WebClient login

If the WebClient solution doesn't have its own login form or login solution, then by default servoy a solution running in the Web Client does not define a specific form as login form, Servoy will serve a standard SignIn page in the browser which is a to the user (a basic html page with an a username and password textfields.This default html page can be overridden with a basic authentication login dialog of the browser itself by using 1 of the 2 methods below:

...

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 parameter with as value basic in the url: /basic" to the Web Client URL. For example:  {serverUrl}/servoy-webclient/ss/s/{mySolutionName}/sv_auth_type/basic
  2. Or enable it for all webclients Web Clients (or in the developer when you want to test against thatfor testing purposes) by setting the admin page property "servoy.webclient.basic.authentication" to true

...