set ssoEnabled = true on network config if we get ERROR_NETWORK_AUTHENTICATION_REQUIRED

This commit is contained in:
Grant Limberg 2021-06-05 14:00:03 -07:00
parent 364ad87e2b
commit 8dd3639576
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -228,7 +228,8 @@ public:
Mutex::Lock _l(_lock);
_netconfFailure = NETCONF_FAILURE_AUTHENTICATION_REQUIRED;
_authenticationURL = (url) ? url : "";
}
_config.ssoEnabled = true;
}
/**
* Causes this network to request an updated configuration from its master node now