Tagged Questions
The integrated-security tag has no wiki summary.
5
votes
5answers
1k views
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 ...
4
votes
3answers
4k views
web.config + asp.net MVC + location > system.web > authorization + Integrated Security
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' and the config I have setup looks ...
3
votes
3answers
2k views
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 ...
3
votes
13answers
2k views
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 ...
2
votes
3answers
416 views
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 ...
2
votes
2answers
709 views
ASP.NET > SqlServer; trust and delegation
we have a system where they client wants integrated Windows authentication.
This is an ASP.NET 3.5 application, connecting to Sql Server 2005.
The web server is Server 2003 R2 SP2.
The db server is ...
2
votes
3answers
515 views
Nant, Vault & Windows Integrated Authentication
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?
...
1
vote
1answer
26 views
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 ...
1
vote
1answer
75 views
Cross-domain POST with integrated security
I run a site A and I want to be able to POST data to site B, which is hosted on a different subdomain. Now I have complete access to A, but cannot modify B at all.
My requirements are:
supports ...
1
vote
3answers
423 views
Extranet with Integrated Windows Authentication
Is it possible, safe and practical to use Windows Integrated Security on an Extranet?
E.g. there is an IIS website on the intranet that can be used over the LAN with integrated authentication. When ...
1
vote
2answers
899 views
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 ...
1
vote
4answers
2k views
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 ...
0
votes
1answer
26 views
Windows Integrated Security with Tomcat
I'm have the next scenario on my enviroment
Tomcat running as services in Windows server
The service is configured with a Domain Account, it is an Active Directory Account.
Now in a Spring ...
0
votes
0answers
77 views
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 ...
0
votes
2answers
70 views
How to configure IIS-5 (on windows xp) to behave similar to AppPool in win servers & windows 7. (Integrated Security=true)
I use windows xp and IIS 5 for web development. For database connection the credentials are set up as Integrated Security. It works fine our our DEV server (IIS 6) where they have configured the App ...
0
votes
1answer
299 views
Configure IIS to impersonate a user for SQL Integrated Authentication
I have a question about how to configure my web site and IIS using Active Directory.
I have a web app which will be running exclusively on our company's internal network. The SQL Database that the ...
0
votes
1answer
74 views
DotNetNuke SQL 15350
Installing DotNetNuke 05.06.02 triggers a SQL error 15350 when using file(mdb) and Integrated Security. What can I do about it?
0
votes
2answers
193 views
ASP.NET Oracle ODP.NET Integrated Security Slowness
The following results in successful sub-second page loads.
<add name="test"
connectionString="Data Source=TEST_ORACLE;User Id=user;Password=password;" />
The following subtle change to ...
0
votes
1answer
105 views
Retrieve web user's Identity outside of request scope
I have an ASP.NET app that logs Audit reports using nHibernate's IPreUpdateListener. In order to set the current user in the Listener events, I was using ...
0
votes
1answer
959 views
ODP.NET Integrated Security Invalid Connection String Argument
What am I missing?
<add name="test"
connectionString="Data Source=TEST_ORACLE;Integrated Security=Yes;" />
[ArgumentException: 'Integrated Security' is an invalid connection string ...
0
votes
1answer
431 views
Run Visual Studio debug session with credentials
Currently I'm working on an ASP.NET MVC 2 website. Company policy says that as many of the connections to backend systems should be done with integrated security.
So finally when the website is ...
0
votes
2answers
160 views
.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 ...
0
votes
1answer
463 views
WCF hosted in IIS, Problem connecting to database with integrated security
I have a WCF service hosted in IIS 5.1 on my development XP machine. The service cannot connect to sql server DB with integrated security=true. The same service works fine when hosted in a console ...
0
votes
1answer
243 views
AD user impersonation does not propagate to database with integrated security
I have a setup where I impersonate an AD user as described here. The app connects to the (Oracle) database using integrated security, but the impersonated credentials are not propagated to the ...
0
votes
1answer
536 views
ASP.NET membership db using integrated security problem
I published ASP.NET MVC web site to a server on a virtual machine (Hyper-V). SQL Server Express installed on the same server.
The problem is that ASP.Net Membership system doesn't work in integrated ...
0
votes
1answer
457 views
Visual Studio / Visual Source Safe / Integrated Security / IIS 7
Using Visual Source Safe with IIS integration (the working dir is the IIS site)
Visual Studio, pointed to the IIS site would load up the Web project.
It would be under VSS control (have to check out ...
0
votes
2answers
61 views
Can I provide a link that triggers windows authentication?
Is it possible to have a link that attempts windows integrated security authentication on one of my pages in an project where the web.config is set to Forms?
0
votes
1answer
362 views
ASP.NET app access to UNC shared DB file works as IIS virtual directory but not as an IIS website
This one is killing me. I have an ASP.net (2.0 Framework) app that uses integrated security. IIS is setup appropriately and works fine as a virtual directory off the default website. My OLEDB ...
0
votes
3answers
2k views
java impersonation to connect to sql server using windows authentication
right now I have the following architecture built with classic asp and visual basic 6
I have a COM+ component developed in VB6 which connects to the dabatase. I set the DB conf thru an .udl file ...
0
votes
1answer
464 views
Windows Integrated Authentication Conflict With MS-SQL 2000 DB Connection With Integrated Security
We are developing an intranet web application on .NET 2.0 platform.
The application is using Integrated Windows Authentication for Single Sign On. The users are authorized to use diffent modules ...