-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi there, thanks for sharing this module for webtrees!
In my setup I have pangolin (as reverse proxy) and authentik (as auth provider). I would like for users to access webtrees ONLY if the account is available on authentik, and once they are logged in there, let them in automatically without doing a double login (first time on pangolin, and the second time on webtrees once they reach it).
As far as I know, I should configure pangolin to send some specific HTTP Headers to webtrees to forward the currenly logged in user to webtrees, but I'm not able to find anything in the documentation or in the code. Maybe this feature is missing.
https://docs.pangolin.net/manage/access-control/forwarded-headers
Is this possible with webtrees-oauth2-client?
Thank you very much!