SQL Service Account Permission Needed for Azure AD Connect

Lim Chong Sun 531 Reputation points
2020-11-20T08:24:05.087+00:00

I am going to setup a new Azure AD Connect connecting to a full SQL.

Naturally, the SQL will be managed by a service account. I will not be using a group managed service account (gMSA).
I need to create the service account with just enough privilege.

What is the OS and SQL permissions required?
I searched the web, I can only find it needs to have the following SQL permissions:

  • SQL Login
  • database owner(dbo) rights to ADSync database

What the OS permissions?
https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-windows-service-accounts-and-permissions?view=sql-server-ver15
Is it just this?
41423-image.png

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 157.4K Reputation points MVP Volunteer Moderator
    2020-11-20T12:21:49.177+00:00

    Just that. No O/S permissions required for the SQL Server

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.