Skip to content
Snippets Groups Projects
Commit 7389c79c authored by Pavel Borzenkov's avatar Pavel Borzenkov Committed by Frédéric Guillot
Browse files

Implement support for authentication via Auth Proxy


Auth Proxy allows to authenticate a user using an HTTP header provided
by an external authentication service. This provides a way to
authenticate users in miniflux using authentication schemes not
supported by miniflux itself (LDAP, non-Google OAuth2 providers, etc.)
and to implement SSO for multiple applications behind single
authentication service.

Auth Proxy header is checked for the '/' endpoint only, as the rest are
protected by the miniflux user/app sessions.

Closes #534

Signed-off-by: default avatarPavel Borzenkov <pavel.borzenkov@gmail.com>
parent d5adf8b9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment