Hi guys. We have a couple of clients that have an infrastructure mostly on the cloud. Our applications use a locally-hosted SQL database on SQL server, with permissions typically set on domain users to allow them access to the database using SQL Server Management Studio.
It is my understanding that authentication for SQL cannot be done on Azure AD accounts, as those are emails and probably use SAML for authentication. If a client has Microsoft Azure AD DS, would permissions on that domain be set in the same way as on a regular Microsoft AD DS? Would we be able to see the user list in SSMS? Also, if AD Connect is used to join an on-premises domain to their cloud domain, would we be able to set permissions on the cumulative domain user lists (and active directory groups) in SSMS?
Thank you.