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
18
votes
5 answers

Application pool identity or Impersonation

(A question of similar vein has been asked before but both the question and the accepted answer do not provide the detail I am looking for) With the intention of running an asmx web service under a dedicated domain account what are the usage…
Pero P.
  • 25,813
  • 9
  • 61
  • 85
9
votes
2 answers

How do I allow all users access to one route within a website with integrated auth?

I have an ASP.Net MVC app using Integrated Security that I need to be able grant open access to a specific route. The route in question is ~/Agreements/Upload. I have tried a few things and nothing has worked thus far.
vdh_ant
  • 12,720
  • 13
  • 66
  • 86
6
votes
14 answers

Is SQL Server/Windows integrated security good for anything?

The distinctions among Windows user permissions and any set of SQL Server GRANTs seem like unrelated concepts. As often as not, it seems to actually be implemented with pseudo-logins for database roles; but that doesn't map usefully back to Windows…
dkretz
  • 37,399
  • 13
  • 80
  • 138
5
votes
1 answer

ODP.NET Integrated Security Invalid Connection String Argument

What am I missing? [ArgumentException: 'Integrated Security' is an invalid connection string attribute] …
Travis Heseman
  • 11,359
  • 8
  • 37
  • 46
5
votes
1 answer

Run ASP.NET Core App in Docker Running as Custom User

I have an ASP.NET Core app connecting to a database using Integrated Security=True in the connection string, so that the credentials of the user running the app are used to connect to the database and so that I don't have to add a username and…
5
votes
1 answer

Configuring Integrated Security using IIS Application Pool Identity accounts for SQL Server 2008

I have the following configuration for a web site: Two Web front-ends (e.g. machine names: WFE1 & WFE2) 1 SQ One SQL Server Database cluster (e.g. machine name: DBCluster) All machines are in the same domain (e.g. MyDomain) running Windows 2008…
Ali
  • 51
  • 1
  • 1
  • 2
4
votes
1 answer

Integrated Security when moving from IIS to Docker on Linux

My current services run on Windows in IIS. I have them run as a Service Account user that is part of my Domain. This user runs the app pool for the service and is also given the needed permissions to the database. Then our connection strings can…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
3
votes
3 answers

Storing username and password to access SQL Server from a Windows service without Integrated Security

We have a service that accesses SQL Server, the client is not using Integrated Security and we need the service to have rights to the database whenever the machine is turned on. Do we have to store the SQL Server username and password? If so where?…
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228
3
votes
1 answer

On premise SQL Server access with credentials from Azure AD

I am trying to access local resources (database) from Azure. I want to use permissions set on Azure AD user (the AD groups) to avoid the user from gaining too much access to database data. So, I have a Azure AD User and a web app connected to local…
3
votes
1 answer

Kerberos and Integrated Security using jTDS Driver

Up till now we were using MS JDBC Driver 4.0 to connect to SQL Server 2008 using Integrated Security and Java Kerberos and everything was working fine. Here is the code: Spring Context:
user2004685
  • 9,548
  • 5
  • 37
  • 54
3
votes
1 answer

Sitecore: Using integrated security when configuring LightLDAP.SitecoreADRoleProvider

I'm configuring the Active Directory Module 1.2 for CMS 7.2-8.0 and despite the fact that everything works great, I prefer to use integrated security (following the customer's policy). However, the manual does not say anything about using integrated…
3
votes
3 answers

asp.net via kerberos integrated windows authentication to sql server

Please, can someone PLEASE give a simple, straight-forward way to enable ASP.NET > Kerberos > Sql Server? We have clientMachine > webServer > databaseServer. The client is insistent that the site must pull the windows login and not prompt, hence…
2
votes
3 answers

How can I get Vault to use Windows Authentication from NAnt?

I am wanting to perform a number of tasks in SourceGear Vault (V4.1.4) with NAnt (V0.86.3317.0). Is there any way we can get Vault to use Windows Authentication from NAnt to create the connection? The NAnt block I am using to initialise the vault…
2
votes
1 answer

WiX ODBC data source error. ODBC error 8: Invalid keyword-value pair

I am trying to establish a Data Source Name (DSN) to a SQL Server 2008 R2 database during the install process using Windows Installer XML (WiX) to install on a Windows 7 machine. I am setting two integrated security conditions from within a dialog…
PerPlexSystem
  • 704
  • 1
  • 15
  • 30
2
votes
1 answer

Web server to SQL Server integrated authentication

I want to find a solution whereby my user account is passed on via a website to authenticate to a remote SQL server instance. So if my account name is Domain\Yaqoub, then when I browse my web page which connects to SQL it will pass on Domain\Yaqoub…
1
2 3 4 5 6