Proxy Auth? #3
Replies: 1 comment
-
I am using proxy auth with one of my clients successfully since 2020 (about the time the discussion and PR was made). I don't include the actual code in the Bookstack image, but have my team utilize an override functionality I have built into the image by putting files in /assets/custom which overwrites /www/bookstack files on each container startup. In that are a series of files that handle a) LDAP Synchronization and the header authentication via _SERVER based variables. Things also changed after initial PR by moving some of the authentication components into the theming component, where it looks something like this in a
However this alone does not make it work, one still needs to patch up some files in the /app/Config/Auth folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I came to this repo from BookStackApp/BookStack#2223 but I don't see anything in the README about proxy auth. Is that supported here?
Beta Was this translation helpful? Give feedback.
All reactions