-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Auth Error after succesful IdP Login #338
Comments
it seems a permission error, check the rights in '/home/asaluena/Proyectos/censounizar/.venv/lib/python3.7/site-packages' and also the path where xmlsec1 wrote its temporary files, it's by default on /tmp |
I've checked the permissions and it's ok, these folders have the same permissions as the rest of the project. |
sure but |
The application is running on an apache virtual host, using wsgi, all the files in the project belong to the user www-data who runs the apache processes |
It's a deployment problem not related to the code or its releases |
So, how can i fix it? Redeploying the code? |
you should check the permissions of the files and the process that uses these try to use a virtualenv created with the user that executes uwsgi |
Hi again! I have redeployed the project using a virtualenv, and brought it online through an apache virtual host with the following configuration:
The user who owns the project files is 'censico' too. |
and did you still have the same issue as before? |
Hello! I have followed the steps you propose in the documentation and I am able to login to the IdP developed with simplesamlphp. My problem is when after login the redirection is made to /saml2/acs, at that moment I receive an "Authentication Error. Access Denied".
Reviewing the logs, I see that the following content appears:
I don't know what is wrong and what is my problem. Does anyone know how to help me?
The text was updated successfully, but these errors were encountered: