Questions tagged [integrated-security]

Use this tag for questions related to units, or entities, that use joint-services, to achieve its purpose.

Integrated security systems, units, or entities are assembled by joint services.

81 questions
2
votes
1 answer

SQL Server Integrated Security with a service account (not the user's account)

We have an EXE and a DLL that reads/writes to a SQL Server database. The EXE and DLL runs on the user's computer. We would like to connect to SQL Server database using Integrated Security, but not with the user's windows id, instead with a windows…
faujong
  • 949
  • 4
  • 24
  • 40
2
votes
0 answers

no mssql-jdbc auth-8.4.1.x64 in java.library.path on linux

I am trying to use the SQL Server integratedSecurity (jdbc: sqlserver: //x.y.z.w; databaseName = TEST; integratedSecurity = true) with java 1.8 on Linux but I get the following error: no mssql-jdbc auth-8.4.1.x64 in java.library.path All my research…
2
votes
0 answers

Sharepoint Online - CSOM - authenticate using integrated authentication

I'm in the migration process from Sharepoint 2010 on-premises to Sharepoint Online. I'have Office Addins which uses web methods which have code CSOM to work with Sharepoint online. The webservice is hosted in IIS with NTLM integrated security in a…
2
votes
4 answers

SQL Server Authentication or Integrated Security?

We have some corporate intranet users using a WinForms app to work on a system with SQL server behind. Integrated Security is setup, allowing all users update and delete permissions, where application security limits how and where table updates take…
Hendrik
  • 227
  • 1
  • 4
  • 14
2
votes
1 answer

Forcing specific SPN for URL in .Net

I'm experiencing inconsistent behaviour when using the .Net framework (C# as well as Powershell) to access a Kerberized HTTP service. It relates to our DNS configuration, and our use of CNAMEs instead of A-records for Kerberized services. The…
Saustrup
  • 758
  • 2
  • 7
  • 18
2
votes
2 answers

.NET : Transmit user credentials over the transport layer

What is the best/simplest way to transmit the user credentials (Active Directory) over the transport layer. I have two systems A and B connected with a 3rd party message layer C. Is there any way (preferable in .NET) to somehow store/serialize the…
Andrew
  • 295
  • 4
  • 10
2
votes
1 answer

How to get Apache Windows service daemons (procrun prunsrv) to use a java library path so Microsoft SQL Integrated Security Authentication can work

I have a Java application that needs to run as a Windows service. The application needs to connect to Microsoft SQL server using Integrated Security. This means that Java needs to have the location of the driver dll in the java library…
Luke Machowski
  • 3,983
  • 2
  • 31
  • 28
2
votes
3 answers

SQL Server Integrated Security (Windows Authentication)

I have a question about Windows Authentication on SQL Server. If I give my database to anyone, will they still be able to access it using Integrated Security? Because it seems like if I move my database from one machine to another, I am still able…
2
votes
1 answer

How does integrated security work

Recently my company released a new SQL standards document. Within this new standards document, I found the following line: Windows integrated security is preferred as far as possible Hence, im my new wcf web service I have the following connection…
2
votes
2 answers

Can I use the Integrated Security option in a connection string if I'm connecting to a remote machine that's not on a domain?

Can I use the Integrated Security (a.k.a. Trusted Connection) option in a connection string if I'm connecting to a remote machine that's not on a domain? I have a development server with Windows Server 2012 with WebSocket support, but I want to…
Triynko
  • 18,766
  • 21
  • 107
  • 173
2
votes
1 answer

Error: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. in VB.Net

Although I found many posts with this same error, I couldn't find if my error is fixable or not. There is a database which I have read permission with my window login on the network. I just use SSMS to access the table but that isn't really have the…
2
votes
2 answers

Integrated Windows Authentication & SSL

I have an administrative website on our intranet that currently uses Integrated Windows Authentication through IIS. We would like to move this application to a public website and secure it with SSL so our users can access it from anywhere. I had…
Shea Daniels
  • 3,232
  • 3
  • 23
  • 27
2
votes
1 answer

ODBC Connection with integrated security PHP and MS SQL Server

I need the guidance help on ODBC connection string in PHP, which I am using to connect to MS SQL Server.
2
votes
1 answer

Connect to PostgreSQL using integrated security or fall back to public login

I am using Npgsql and I was wondering whether there was a way to connect to a PostgreSQL server using integrated security that automatically falls back to a public login? Or maybe there is another way to do what I am trying to achieve. I have an…
dreamlax
  • 93,976
  • 29
  • 161
  • 209
2
votes
0 answers

Tomcat, Microsoft JDBC 4, Linux and integrated security

I currently have Tomcat 7 running Java spring services on windows server 2008. Tomcat is running under a windows account that has access to our SQL Server Databases. We are using Microsoft SQL JDBC 4 (sqljdbc4.jar) with integrated security to…
user942719
  • 21
  • 1