Open
Description
Hello,
I have created an azure web app for container with phpmyadmin:latest. There were "access denied" errors once AAD authentication was enabled for the web app.
-
I checked HAR traces. The AAD authentication was completed successfully. 403 errors were from https://<web_app_name>.azurewebsites.net/index.php?route=/ though correct credentials in payload.
-
configured PMA_USER and PMA_PASSWORD. I could see the databases, but 403 errors persist.
Could you please suggest how to mitigate? Is there any debug logging we can use?
Thanks.