Hi folks,
Now i have inserting records to dataverse table using azure functions through azure ad -> app registration and with client key and secret key i will able to send request to dataverse but without having Azure App registration is there any way to insert my data into dataverse table?
Hi @Anonymous,
If you're using the Dataverse Service Client, there is a constructor overload that accepts a userID and password, but that is using the OAuth2 Resource Owner Password Credential (ROPC) grant, which is less secure than the other grant types and is generally not recommended except for legacy scenarios that can't use the more modern ways of authenticating.
Using an application registration with the client credential grant is the recommended way to authenticate from a non-interactive process like Azure functions. Is there a specific reason why you don't want to use this method?
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
stampcoin
15
ankit_singhal
11
Super User 2025 Season 1
mmbr1606
9
Super User 2025 Season 1