Skip to content

Commit

Permalink
Remove the commitTransaction issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Jan 29, 2025
1 parent d870458 commit e69e1fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6071,7 +6071,6 @@ public List<FederatedAuthenticatorConfig> getAllUserDefinedFederatedAuthenticato
getFederatedProperties(connection, authnId, federatedAuthenticatorConfig);
}
}
IdentityDatabaseUtil.commitTransaction(connection);
return federatedAuthenticatorConfigs;
} catch (SQLException e) {
throw new IdentityProviderManagementException("Error occurred while retrieving all user defined federated " +
Expand Down

0 comments on commit e69e1fc

Please sign in to comment.