My connection string contains an authentication keyword whose value is Active Directory Password but when I am using it then my code is throwing an error. Is there any other way to establish the connection?
as I searched and find that, keyword "authentication" is not yet fully supported in .NET for now.
This extension is built on .Net Core, which didn't have support for Azure Active Directory authentication at all until recent prerelease versions. That is why the keyword error above is shown.
For more details, you could ref the Microsoft engineer's answer here:
HTH.
1.4m articles
1.4m replys
5 comments
57.0k users