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 you want to enable the basic login dialog that the browser has you can turn on basic authentication by using this urlthe WebClient solution doesn't have its own login form or login solution, then by default servoy will serve a SignIn page in the browser which is a html page with 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:

  1. use a sv_auth_type parameter with as value basic in the url: {serverUrl}/servoy-webclient/ss/s/{mySolutionName}/sv_auth_type/basic
  2. Or enable it for all webclients (or in the developer when you want to test against that) by setting the admin page property "servoy.webclient.basic.authentication" to true

This will result in the standard login dialog of a browser.