SeedDms ForwardAuth Code
Brought to you by:
eweol
File | Date | Author | Commit |
---|---|---|---|
forward_auth | 2022-11-14 |
![]() |
[580db6] add postlogin hook |
LICENSE | 2022-10-24 |
![]() |
[cd4eec] Initial commit |
ReadMe.md | 2022-11-14 |
![]() |
[580db6] add postlogin hook |
This is a SeedDms extension that provides support for reverse proxy forward auth login via Traefik for example. The username of the user to login must be present in SeedDms and must be forwarded by the reverse proxy via HTTP header.
Copy the forwart_auth
folder in ext
folder of SeedDms. Open extesions settings and refresh extensions via button. Activate the extension with help of checkbox within extension's config and set the header name, which includes the username.
This code is inspired and based on SeedSAML-Extension from Andreas Böhler