Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does/Will Entity Framework 6 support the new Sql Azure & Azure Active Directory Authentication

Does EF 6 support this method for authentication and if so what is the installation process and nuget packages to make it work?

https://azure.microsoft.com/en-us/documentation/articles/sql-database-aad-authentication/

like image 674
Eric Hexter Avatar asked Feb 04 '26 19:02

Eric Hexter


1 Answers

It looks like EF6 will support this without any changes, as it "only" requires .Net 4.6, the Microsoft Active Directory Authentication Library for Microsoft SQL Server and a special connection string key, either:

Authentication=Active Directory Integrated;

Or

Authentication=Active Directory Password; 
like image 158
ErikEJ Avatar answered Feb 06 '26 14:02

ErikEJ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!