We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
能否在 frp-panel 中添加单点登录(SSO)功能支持,以简化用户管理和访问控制,提高安全性和用户体验。
可能的实现方式:
Trusted Header SSO:通过可信请求头进行身份验证。 由反向代理服务器进行身份验证,并在转发给 upstream 的请求头中添加用户身份信息。 参考 https://www.authelia.com/integration/trusted-header-sso/introduction/。
OIDC (OpenID Connect):实现基于 OIDC 协议的 SSO。
期望的功能:
The text was updated successfully, but these errors were encountered:
oauth sso在目前的roadmap中,后续会更新该功能
Sorry, something went wrong.
No branches or pull requests
能否在 frp-panel 中添加单点登录(SSO)功能支持,以简化用户管理和访问控制,提高安全性和用户体验。
可能的实现方式:
Trusted Header SSO:通过可信请求头进行身份验证。
由反向代理服务器进行身份验证,并在转发给 upstream 的请求头中添加用户身份信息。
参考 https://www.authelia.com/integration/trusted-header-sso/introduction/。
OIDC (OpenID Connect):实现基于 OIDC 协议的 SSO。
期望的功能:
The text was updated successfully, but these errors were encountered: