Crivaledaz / Mattermost-LDAP

This module provides an external LDAP authentication in Mattermost for the Team Edition (free).
MIT License
357 stars 71 forks source link

Forbidden You don't have permission to access this resource. #75

Open palmtown opened 3 years ago

palmtown commented 3 years ago

Hello Community,

I am getting error "Forbidden You don't have permission to access this resource" when I am redirected to the docker setup. Note that I followed the instruction specified at https://github.com/Crivaledaz/Mattermost-LDAP. Any suggestions? This is typically an apache setup issue in the docker container.

Crivaledaz commented 3 years ago

Hi,

Thank you for using Mattermost-LDAP.

In order to help you debug Mattermost-LDAP, I need more information about your issue, such as :

Please be explicit to allow me to understand your environment and let me reproduce your issue on my side.

Regards

dariodsa commented 3 years ago

You are surely accessing file that is not existing. Please compare your URL with your folder structure. Most likely you are accessing /oauth/authorize but you should accessing /oauth/authorize.php. I had that problem.