Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eweol/seeddms_forwardauth
https://github.com/eweol/seeddms_forwardauth
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eweol/seeddms_forwardauth
- Owner: Eweol
- License: mit
- Created: 2022-10-24T17:43:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T20:29:16.000Z (about 2 years ago)
- Last Synced: 2024-10-12T07:41:17.649Z (3 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# SeedDms ForwardAuth Extension
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.
## Install
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.
## Derivat
This code is inspired and based on [SeedSAML-Extension](https://www.aboehler.at/hg/seedsaml/) from Andreas Böhler