posts/sqlclient-active-directory-authent #38
Replies: 1 comment 2 replies
-
During local development of a .NET 6 API, I have also been trying to use the new "Active Directory Default" authentication method (as you so helpfully detailed above), but I still keep getting this error message: Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user ''. The server is not currently configured to accept this token. Any idea where I can check for this particular configuration? The only "passwordless" method that seems to work for me is "Active Directory Interactive"... but even though it works, that's not truly passwordless, it pops up a browser to authenticate me. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
posts/sqlclient-active-directory-authent
https://www.techwatching.dev/posts/sqlclient-active-directory-authent
Beta Was this translation helpful? Give feedback.
All reactions