Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[功能请求] 支持单点登录 #57

Open
Chihsiao opened this issue Aug 23, 2024 · 1 comment
Open

[功能请求] 支持单点登录 #57

Chihsiao opened this issue Aug 23, 2024 · 1 comment

Comments

@Chihsiao
Copy link

能否在 frp-panel 中添加单点登录(SSO)功能支持,以简化用户管理和访问控制,提高安全性和用户体验。

可能的实现方式:

  1. Trusted Header SSO:通过可信请求头进行身份验证。
    由反向代理服务器进行身份验证,并在转发给 upstream 的请求头中添加用户身份信息。
    参考 https://www.authelia.com/integration/trusted-header-sso/introduction/

  2. OIDC (OpenID Connect):实现基于 OIDC 协议的 SSO。

期望的功能:

  • 可以配置是否启用 SSO。
  • 启用 SSO 后替换掉默认的帐号密码登录。
  • 支持通过配置限制可登录 frp-panel 的用户组。
@VaalaCat
Copy link
Owner

oauth sso在目前的roadmap中,后续会更新该功能

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants