Feature Request: Add support for authentication by reverse proxy #461
Unanswered
max-tet
asked this question in
Feature requests
Replies: 1 comment
-
Any progress or even intention on this? 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When self-hosting multiple applications, you really want to have a single point for user management and authentication. It is annoying to login to each and every app seperately.
A pretty simple way to centralize authentication is achieved by deploying apps behind a reverse proxy, and use proxy auth. The proxy handles authentication in some way and sets http headers containing the username that was successfully logged-in. The apps read the headers and associate incoming requests to that user.
The perfect proxy auth feature for me would work like this:
Other SSO methods like OIDC still require the user to login with each app, even it no credentials are required. It is still an additional step that is unneeded and hurting the user experience.
Additional context:
I am using Shiori for this product. Since this is a single-user platform, users really should see no login screen at all, not even for SSO.
Beta Was this translation helpful? Give feedback.
All reactions