Description of my issue:
I had activate the HTTP Basic Authentication on my website but it broke my access to Akeeba Backup backend. I get a 403 error code. I had a Joomla account with the same username that my http basic auth username. If I delete the Joomla account with the same username, it seems to works.
After some research, I found that in the file "/librairies/fof30/TransparentAuthentication/TransparentAuthentication.php", the method getTransparentAuthenticationCredentials() returns the PHP_AUTH_USER and the PHP_AUTH_PW that corresponds to my http basic auth username and tries to connect to the Joomla backend with this username. It works only if this account doesn't exists in Joomla.
There is a way to use the HTTP basic auth and create a Joomla account with the same username ?
Thanks