Skip to content

Commit

Permalink
Merge pull request #6405 from Thisara-Welmilla/fix-mysql-error
Browse files Browse the repository at this point in the history
Remove the commitTransaction issue.
  • Loading branch information
malithie authored Jan 29, 2025
2 parents 6f75244 + e69e1fc commit e7c1778
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 e7c1778

Please sign in to comment.