add ssoEnabled flag to network config

This commit is contained in:
Grant Limberg
2021-06-05 13:44:45 -07:00
parent 9380ef708a
commit 364ad87e2b
8 changed files with 56 additions and 23 deletions

View File

@ -1435,6 +1435,7 @@ void Network::_externalConfig(ZT_VirtualNetworkConfig *ec) const
Utils::scopy(ec->authenticationURL, sizeof(ec->authenticationURL), _authenticationURL.c_str());
ec->authenticationExpiryTime = _config.authenticationExpiryTime;
ec->ssoEnabled = _config.ssoEnabled;
}
void Network::_sendUpdatesToMembers(void *tPtr,const MulticastGroup *const newMulticastGroup)