SQL Azure Integrated Authentication with a cloud-only Azure Active Directory fails

后端 未结 2 837
长发绾君心
长发绾君心 2020-12-31 21:22

I have created an Azure tenancy and configured the following:

Azure AD with:

  • A simple custom domain name (less than 15 characters). D
2条回答
  •  感情败类
    2020-12-31 22:01

    Got an update from Azure Support:

    It's not working because:

    1. To use Active Directory Integrated Authentication the Azure Active Directory must be federated. This is because Kerberos is necessary to do it (Kerberos TG ticket that was generated when logging in to the machine), but Azure AD doesn't know Kerberos, hence the need for ADFS.
    2. Azure AD Domain Services Preview: This makes legacy features (NTLM, Kerberos, etc) available. But Azure SQL Database doesn’t support the old fashioned Windows Authentication.

    So, you could add 2-3 low power VM's to achieve AD + ADFS + AAD + AAD-DS but that's definitely not the ideal way.

    If I get information on future plans, I'll share them here.

    **

    Have the same issue and some open tickets. Will update this answer once I get additional information.

    As of today, only a federated setup is supported as documented here. You have to establish an ADFS setup using AD Connect.

    That's something AAD-DS should provide for a cloud-only solution. AAD-DS is still preview...

提交回复
热议问题