Hello,
I have write a minimal api application in c# (.net core 8) who call a Business Central Api. I have registered the application in Azure Entra and all work fine on standard table.
I have write a PAGE api or a QUERY api on standard entities and all works fine
But if I try acces a PAGE api based on custom entities I receive the error "403 Forbidden". How I can autorize my entities to be used?
I have created a List and Card page inside Business Central for editing my entity all work fine
Thanks
Lorenzo