fanningert / webtrees_simpleautologin

This module provides a simple way to add a SSO auto login for webtrees in combination with a authentication proxy (like oauth2-proxy).
GNU Affero General Public License v3.0
9 stars 0 forks source link

Is this module not compatible with webtrees 2.1.16? #4

Closed jake404 closed 8 months ago

jake404 commented 1 year ago

I have webtrees 2.1.16 and the REMOTE_USER header is sent correctly and the config.ini.php has the line trusted_header_authenticated_user="REMOTE_USER";, but it does not auto login. Is this module not compatible with webtrees 2.1.16?

AlexBocken commented 10 months ago

The plugin is working for me with 2.1.18. Does it also not work if you press "Log in" in webtrees? The plugin weirdly enough does not automatically log you in, you still need to press the button manually. You can automate this by including some Javascript and CSS in your website. See my answer in #2 .