Edit online

How to Set up Basic Authentication

By default, Basic Authentication support is disabled. To enable it, set the following property in the config/feedback-application.properties file:
feedback.basic.authentication.enabled=true
Note: Basic Authentication works only with credentials associated with local (DB) accounts (not with LDAP or OAuth accounts).