Am developing a WinForms -.net application which will connect to SQL
Server.
The authentication is going to be Windows integrated. Application will
connect to the database with user's windows security context. How does
authentication happen at SQL Server end? Does it again connect to the
domain
controller to check whether the user is authenticated or not? How does
SQL
server know the user's identify or security token?
Re: Windows Authentication in asp.net 2005 to SQL Server? ... If the domains do not trust each other, Windows authentication is not going ... Basic authentication sometimes makes the need for Kerberos delegation go ... generic account to do the backend data stuff on our SQL Server.... (microsoft.public.dotnet.framework.aspnet.security)
Re: NT vs SQ Server Authentication ...BOL says nothing about deprecation. ...SQL Server authentication was replaced 5 years ago - a very long ... This is all lost when using SQL Server... >> Also BOL says SQL authentication is supplied for backwards compatibilty... (microsoft.public.sqlserver.server)
Re: I dont want to re-invent the Login/Login Wheel - Help with utilities ... Yes, if you use .NET1.1, there isn't built-in login control, and more importanltly there isn't ready-to-use membership component to use. ... the membership provider uses SQL Server or SQL Server Express. ... We feel that having the capability to force password change would be a better benefit in securing our application and data access. ... Both Windows authentication and authorization wolud be be fine if we wanted the world to have access to our application data, but not very intuitive for maintaining integrity over our data. ... (microsoft.public.vstudio.general)
RE: IIS (ASP) -> SQLServer Authentication Issue ... I understand that you'd like to use IIS Intergration authentication in the ... and ASP "impersonates" authencitaed users to access SQL Server on ... only kerberos authentication allows double-hops from clients ... (microsoft.public.sqlserver.security)
Re: SBS Premium Edition .. what way is SQL licenced ... Another thing to note in using your SQL Server as a backend database is the ... concept of Forms-based authentication and Integrated Windows authentication. ... thereby requiring individual CALs to access SQL Server. ... Chad A. Gross - SBS MVP... (microsoft.public.windows.server.sbs)