Make the Key Connector admin exemption configurable
Owners and admins no longer get the connector advertised by default
(KEY_CONNECTOR_EXEMPT_ADMINS=true), so clients ask them for a master
password instead of enrolling them. Setting it to false advertises it
to them as well. Users already enrolled keep unlocking through the
connector either way.
/// Key Connector exempt admins |> Do not advertise the Key Connector to owners and admins so they set a master password instead. Users already enrolled keep using key connector
key_connector_exempt_admins: bool,true,def,true;
/// Only SSO login |> Disable Email+Master Password login
/// Only SSO login |> Disable Email+Master Password login
sso_only: bool,true,def,false;
sso_only: bool,true,def,false;
/// Allow email association |> Associate existing non-SSO user based on email
/// Allow email association |> Associate existing non-SSO user based on email