We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The authentication itself works because I access Sharry authenticated after pressing the button above
The text was updated successfully, but these errors were encountered:
Here is the code that would hide/show the login form:
sharry/modules/backend/src/main/scala/sharry/backend/auth/AuthConfig.scala
Line 28 in d216bd2
Could it be that there are still other modules enabled?
Sorry, something went wrong.
No branches or pull requests
According to the documentation
The authentication part of my configuration seems to be the one above:
Despite that, when accessing Sharry I get a login screen:
The authentication itself works because I access Sharry authenticated after pressing the button above
The text was updated successfully, but these errors were encountered: