Hi Sandip, Thank you for your question. You can use Azure Resource Graph Explorer and make an query like this to search for roles assignment for an application.
authorizationresources
| where type == "microsoft.authorization/roleassignments"
| where properties contains "<Object ID App Registration>"
Best Regards,