If using webserver based authentication it seems that the configuration is not picked up correctly.
Usage results in the following error:
Missing required configuration values for authentication "Basic", needs at least "realm".
A test configuration would look like the following:
<authentication uri="^\/test.*">
<params>
<param name="type" type="string">\AppserverIo\Http\Authentication\BasicAuthentication</param>
<param name="realm" type="string">PhpWebServer Basic Authentication System</param>
<param name="file" type="string">var/www/auth/basic/.htpasswd</param>
</params>
</authentication>
If using webserver based authentication it seems that the configuration is not picked up correctly.
Usage results in the following error:
A test configuration would look like the following: