mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-30 16:13:55 +00:00
set ssoEnabled = true on network config if we get ERROR_NETWORK_AUTHENTICATION_REQUIRED
This commit is contained in:
parent
364ad87e2b
commit
8dd3639576
@ -228,6 +228,7 @@ public:
|
|||||||
Mutex::Lock _l(_lock);
|
Mutex::Lock _l(_lock);
|
||||||
_netconfFailure = NETCONF_FAILURE_AUTHENTICATION_REQUIRED;
|
_netconfFailure = NETCONF_FAILURE_AUTHENTICATION_REQUIRED;
|
||||||
_authenticationURL = (url) ? url : "";
|
_authenticationURL = (url) ? url : "";
|
||||||
|
_config.ssoEnabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user