mirror of https://github.com/langgenius/dify.git
fix: wrong web sso protocal source in json
This commit is contained in:
parent
3761944a3f
commit
fc3d3e0565
|
|
@ -203,7 +203,7 @@ class FeatureService:
|
|||
features.webapp_auth.allow_email_password_login = enterprise_info["WebAppAuth"].get(
|
||||
"allowEmailPasswordLogin", False
|
||||
)
|
||||
features.webapp_auth.sso_config.protocol = enterprise_info.get("SSOEnforcedForSigninProtocol", "")
|
||||
features.webapp_auth.sso_config.protocol = enterprise_info.get("SSOEnforcedForWebProtocol", "")
|
||||
|
||||
if "License" in enterprise_info:
|
||||
license_info = enterprise_info["License"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue