diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 78e51cc322..b797b77f39 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -243,7 +243,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"]