Skip to content

Commit

Permalink
Issue #LR-676 fix: Fixed SSO delete user (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiableAnil authored Jan 30, 2024
1 parent 77a8d26 commit cf5df72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void deleteUserExternalId(Map<String, String> map, RequestContext context
map.remove(JsonKey.ORIGINAL_EXTERNAL_ID);
map.remove(JsonKey.ORIGINAL_ID_TYPE);
map.remove(JsonKey.ORIGINAL_PROVIDER);
map.remove(JsonKey.USER_ID);
cassandraOperation.deleteRecord(
ProjectUtil.getConfigValue(JsonKey.SUNBIRD_KEYSPACE),
JsonKey.USR_EXT_IDNT_TABLE,
Expand Down

0 comments on commit cf5df72

Please sign in to comment.