Kovah/LinkAce

Support for Auth-Proxys like authelia (SSO)

Open

#331 建立於 2021年12月7日

在 GitHub 查看
 (2 留言) (16 反應) (0 負責人)PHP (111 fork)batch import
EnhancementHelp wanted

倉庫指標

Star
 (1,761 star)
PR 合併指標
 (平均合併 4天 20小時) (30 天內合併 4 個 PR)

描述

In regard to the SSO issue #174 already open, I would like to add Auth-Proxys like authelia (GitHub) as an option. The requests get answered by the proxy that authenticates the user and adds X-Server headers to the request containing the username and email. The proxy then forwards the request to the application. LinkAce then only has to check for the presence of said header and check if a user with that username/email exists and automatically logs said user in.

So in summary LinkAce would have to do zero crypto/security and just skips authentication as long as the user in the header exists. If not it probably would be best to just fall back to the default authentication.

貢獻者指南