Authentication Error

We want to show a error message for the password authentication en main page without redirecting to the “Names.nsf?Login” form, i mean, we need the error message to be shown in the same main page.

Subject: domcfg

that’s how session authentication works.
you can modify the look and feel of it via the domcfg.nsf
http://www-12.lotus.com/ldd/doc/domino_notes/9.0/help9_admin.nsf/f4b82fbb75e942a6852566ac0037f284/c49552ce82d162ca85257b19005b4d39?OpenDocument http://www-12.lotus.com/ldd/doc/domino_notes/9.0/help9_admin.nsf/f4b82fbb75e942a6852566ac0037f284/c49552ce82d162ca85257b19005b4d39?OpenDocument
but the url will always be names,nsf?login

you could consider using basic auth instead but more limited in your login prompt options

or off-load authentication somewhere else via SAML, DSAPI filter, or some other websso solution (like webseal)