Skip to content

Commit d1fb286

Browse files
committed
EC-only MSP. MC does not have forbid_rsa flag preserved
1 parent 973cb36 commit d1fb286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keepercommander/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,7 @@ def login_and_get_mc_params_login_v3(params: KeeperParams, mc_id):
13411341
mc_params.rsa_key = params.rsa_key
13421342
mc_params.rsa_key2 = params.rsa_key2
13431343
mc_params.ecc_key = params.ecc_key
1344+
mc_params.forbid_rsa = params.forbid_rsa
13441345

13451346
mc_params.session_token = loginv3.CommonHelperMethods.bytes_to_url_safe_str(resp.encryptedSessionToken)
13461347
mc_params.msp_tree_key = params.enterprise['unencrypted_tree_key']

0 commit comments

Comments
 (0)