Kovah/LinkAce

Support for Auth-Proxys like authelia (SSO)

オープン

#331 opened on 2021/12/07

 (2 件のコメント) (16 件のリアクション) (0 人の担当者)PHP (205 件のフォーク)batch import
EnhancementHelp wanted

Repository metrics

Stars
 (3,329 個のスター)
PR merge metrics
 (平均マージ 4d 20h) (30d で 4 merged PRs)

説明

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.

コントリビューターガイド