How to Disable Plugin Authentication?
In Harmony Access Point, the domibus.auth.unsecureLoginAllowed
property is false
by default. It means that plugin authentication is enabled by default and unauthorized access is forbidden. If plugin authentication needs to be disabled for testing purposes, it can be done by updating the Access Point configuration. Disabling plugin authentication is not recommended in production environments.
Step-by-step guide
Plugin authentication can be disabled by following the steps below.
Login to the Access Point user interface.
Navigate to the Domibus Properties section.
Type
domibus.auth.unsecureLoginAllowed
in the "Property Name..." search field and click the Search button.Change the Property Value from
false
totrue
.Click the Save icon on the right side of the Property Value.