Skip to content
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

Proxy authentication does not log in directly #1532

Open
wsw70 opened this issue Oct 30, 2024 · 1 comment
Open

Proxy authentication does not log in directly #1532

wsw70 opened this issue Oct 30, 2024 · 1 comment

Comments

@wsw70
Copy link

wsw70 commented Oct 30, 2024

According to the documentation

The webapp automatically logs the user in, if the auth configuration only consists of proxy auth and nothing else.

The authentication part of my configuration seems to be the one above:

                "auth": {
                    "proxy": {
                        "email-header": "Remote-Email",
                        "enabled": true,
                        "user-header": "Remote-User"
                    }
                },

Despite that, when accessing Sharry I get a login screen:

image

The authentication itself works because I access Sharry authenticated after pressing the button above

@eikek
Copy link
Owner

eikek commented Oct 31, 2024

Here is the code that would hide/show the login form:

Could it be that there are still other modules enabled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants