Share via

MS Access connection to SQL server 2 factor authentication

Anonymous
2018-02-22T09:58:44+00:00

How to enable two factor authentication in MS Access. I wanted to connect the SQL server with NT login ID and SQL server login ID. I need both level of authentication to connect the SQL server.  Please help me on this.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2018-02-22T14:21:55+00:00

    Thanks Tom for your response.

    We have a dedicated service account(with Username and password) which needs to be authenticated using windows Authentication in MS Access external data connection(SQL server in this case). so any ideas how it can be done?

    Was this answer helpful?

    0 comments No comments
  2. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2018-02-22T13:51:12+00:00

    What exactly is your use case? I have a hard time thinking of the scenario where you would need two forms of identification to access the database. Do you not trust Active Directory?

    See also: Use Azure Active Directory Authentication for authentication with SQL Database or SQL Data Warehouse https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-02-22T11:56:03+00:00

    No.  Well, not that I've ever seen.

    Also note that i revised my original reply!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-02-22T11:50:47+00:00

    Thanks for the reply Daniel. Let me check in SQL forum as well.... Is there any option to enable for 2 factor authentication in MS Access

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-02-22T11:48:34+00:00

    You should ask such questions in an SQL Server forum.

    Set the authentication to SQL Server and Windows Authentication mode

    https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/change-server-authentication-mode

    Was this answer helpful?

    0 comments No comments