Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLMSSP authentication protocols.
0
votes
0answers
2 views
Prevent call to custom RoleProvider when Windows Authentication is enabled?
My MVC3 application uses Windows Authentication, and a custom RoleProvider that hits the database to get user roles, which are used to grant access to various pages via the Authorize attribute in my ...
1
vote
0answers
17 views
Unable to log out using Google Chrome Frame and Windows Authentication
I have an MVC 4 application that uses Windows Authentication. My current challenge is I need to provide a logout button for users. I can acheive this in straight Chrome, in straight IE, but when I ...
1
vote
1answer
30 views
How to force an MVC application to populate the User.Identity.Name value when using Windows Authentication
I have an MVC 3 application which is to be used for both anonymous and authenticated users.
This is accomplished by configuring IIS authentication mode to enable both anonymous and windows ...
0
votes
0answers
17 views
Windows authentication do not work for domain accounts
I've enabled windows authentication for my test site in IIS 7.5. I can login using local user account, but I can't login using domain account.
Are there any settings I'm missing?
0
votes
1answer
38 views
What's the difference between generic LDAP and integrated Windows authentication?
One of our customer will switch the authentication from LDAP to integrated Windows authentication(IWA). But I don't know exactly what the differences are between them in a programmer's view. How does ...
0
votes
0answers
47 views
C#/MVC Windows Authentication still prompting for connection to server in which SQL database resides
I have my internal MVC application all setup with Windows Authentication. We have added the internal domain to our Intranet Zone to allow the pass-through authentication, but we still get prompted ...
0
votes
2answers
105 views
Connecting to MS SQL Server with Windows Authentication using Python?
How do I connect MS SQL Server using Windows Authentication, with the pyodbc library?
I can connect via MS Access and SQL Server Management Studio, but cannot get a working connection ODBC string for ...
6
votes
2answers
113 views
IIS7 is losing the authenticated user for cffileupload (CF10)
On one of our intranet pages, I'm using cffileupload to upload multiple photos:
<cffileupload extensionfilter=".jpg,.jpeg,.png,.gif"
url="/submissions/photo_gallery.cfm"
...
5
votes
1answer
89 views
.NET returning incorrect username
I made a spelling mistake when I created an account a few weeks back. I changed the account and they can log onto the domain with the new name. However we have a web application in house that is still ...
2
votes
0answers
68 views
Force users to re-login after session clears in Windows Authentication - ASP.Net
The requirements are:
After the Session clears, send the user back to the homepage, and force them to re-login using the Windows Authentication prompt.
Current situation:
I have a javascript ...
0
votes
0answers
24 views
IE wrong domain for credentials prompt
I'm having trouble fixing a usability problem. On Windows Server 2008r2 In IIS7 I have a website which will prompt the user for credentials via windows authentication in IIS being set to "Enabled HTTP ...
0
votes
0answers
53 views
Window Active Directory authentication for Intranet user and Forms authentication for Internet users
How do i implement Window Active Directory authentication for Intranet user and Forms authentication for Internet users, i found many examples online explaining each of them individually but can't get ...
-1
votes
0answers
179 views
MVC 4 Windows Authentication with Active Directory not working after applying [Authorize (Role=“domain\group”)]
I'm writing an intranet application using VS2012 with Windows Authentication.
The idea is that the users would authenticate using active directory. I've managed to set up the application and ...
1
vote
0answers
12 views
How to disable/setup same name and same password authentication between two windows PCs on the same network? [migrated]
So I set up a simple network with Two computers. Both on the same Work group.
I Created a LOCAL user 'A' with pasword 'A' in Computer 1.
And then I created an identical named LOCAL user 'A' with ...
1
vote
0answers
30 views
Is authentication done by IIS before HttpApplication.AddOnAuthenticateRequestAsync event is raised
I am a newbie in IIS and authentication/authorization world. I am working on implementing a user token session cache for users that have been authenticated once (with TTL for entry) in our ...
0
votes
1answer
19 views
Webhooks on Windows Authenticated Site
I have an MVC3 site that uses Windows Authentication.
I need some way to kick off code on the site through a batch file. My existing solution is to use cURL to call the methods of one of my ...
-1
votes
0answers
36 views
why java code is giving error in eclipse when change windows authentication?
i work on java struts project eclipse. Project was running successfully but when change windows authentication and other user open project, project getting error so many. this errors in .js and jsp ...
1
vote
1answer
52 views
ASP.NET Impersonation not working on production
So I've an issue with code on a production server, running Windows Server 2003 & IIS 6.
I'm trying to impersonate a domain account, which works fine locally.
Though when it's on the server the ...
1
vote
0answers
49 views
IIS 7.5 Windows Authentication fails unless the code files are shared to end users
I’m setting up a simple Classic ASP application, to read the user login using Windows Authentication, in IIS 7.5 on a Windows 2008 R2 Server.
(The application is just one file and has this line - ...
0
votes
1answer
72 views
Active directory with Asp.net windows authentication
I have setup Active Directory in a VM and added some users into it. I used Windows 2008 core edition to setup the AD. Now to test my asp.net application, I created a sample page and configured in IIS. ...
0
votes
0answers
37 views
NTML Authentication and Restkit (0.2.0) - defaultCredentials not set for Object Request
This is for Restkit v0.2.0 for iOS.
I am trying to use Windows Authentication by setting the default credentials for the HTTP client so that when the request's authentication is challenged it works.
...
0
votes
0answers
9 views
activedirectorymembershipprovider iis7 windows authenication external access - no forms auth
I'm looking to try and use AD externally to allow access to websites that are using windows authenication in IIS7. basically a generic signin page that will allow them to have access.
WITHOUT USING ...
0
votes
1answer
26 views
Doing Web & Windows Authentication in ASP.Net MVC web site?
I have my ASP.Net mvc website which has windows authentication enabled, and Authorization are enabled based on Active-Directory Group to which user belongs to.
Now I want to expose same site over the ...
0
votes
1answer
33 views
Remove NEGOTIATE from WindowsAuthentication in IIS
I have a site running in IIS 7.5 that is accessed using a DNS alias different from the actual server name. In IE 8, integrated authentication is failing, but in Firefox and Chrome everything works ...
0
votes
1answer
82 views
pass authentication header to image requests in iframe
I am sure that title of my question doesn't makes much sense, but i couldn't think better now.
Problem: My main task is to show all pages of a SSRS report in a popup inside one of the pages of a ...
1
vote
1answer
13 views
IIS 7 with Windows authentication fail
I have a folder on my website I want to protect with Windows authentication. The problem I get is that the prompt is re-appearing - like the credentials are not correct. But when I look in the event ...
0
votes
0answers
31 views
IIS7.5 ASP.net Windows authentication duplicate requests
I have created web application and used authentication type "windows". While accessing the page from this site, it is observed that there two requests sent, first returns 401 and seconds returns ...
0
votes
0answers
12 views
asp creating a windows authenicate session with impersonation, from website to authentication mode=“Windows”
I have two websites
sitea siteb
SiteA is just a site with a username and a password with a submit button. When I click this button I have it navigate to siteB.
The trick is siteb is a windows ...
0
votes
0answers
53 views
iOS HTML5 File Upload with Asp.Net Windows Authentication
I'm trying to upload files to a Asp.Net application (SharePoint) that has Windows Authentication enabled. The upload works fine with Android, desktop, but iOS is giving me trouble.
I did some ...
0
votes
1answer
69 views
Authenticate via Windows AD integration without login popup
I have disabled anonymous access. My pool is using "Integrated Windows Authentication".
Problem:
When a logged in user in Windows (logged in user entry is there in AD) tries to access my ...
2
votes
2answers
70 views
Active Directory authorization: IIS vs Visual Studio Dev server
I have a web project that uses Active Directory authorization (All controllers marked with AuthorizeAttribute). In web.config i have following authentification section:
<authentication ...
0
votes
1answer
21 views
Need a way to allow users to login on Windows 7 only if their credentials are valid on an external server
I need to develop a solution that allows users to login on windows 7 only if windows 7 has access to Internet and the user credentials are valid when probed against an external server. Do you guys ...
0
votes
0answers
24 views
IIS windows authentication and allow a single user through
I have an IIS system that houses a website that is windows authentication protected.
I have created a web service that sits in a subdirectory under the root called services.
Question is - is there a ...
0
votes
0answers
43 views
IIS8 Windows Authentication does not update user when credentials in URL
We have an ASP.NET project that is deployed in two configurations
Public website using Forms Authentication
Internal website using Windows Authentication
In order to allow our test automation to ...
1
vote
1answer
46 views
Nodejs or ExpressJS Windows Authentication
I would like to authenticate a windows user in NodeJS app.
Is there any add-on for this yet ? There is node-krb5 but it doesn't support windows yet.
0
votes
1answer
49 views
windows check remote file
I need to check a file status (existing? or last modified date) on multiple remote windows servers (in LAN). The remote pcs need a user name and password. It's best to be some sort of script.
I am ...
0
votes
0answers
106 views
Windows authentication with active directory in asp.net 4.0
In my ASP.NET application I have to use Windows authentication as the application is used in intranet. The client has their own Active Directory in which they have configured the employees usernames ...
1
vote
2answers
235 views
connection to a sql server database by ip
I am doing an application that connects to a database located in the same network. the DBMS is SQL Server 2005 and i'd like to test the ping to the ip adress and then test the connection to the ...
0
votes
0answers
153 views
ASP NET 2.0, Windows Authentication & Users in IIS7.5 - How are new users added?
I have an old asp net 2.0 app that I am moving from Windows Server 2003 with IIS 6 to Windows Server 2008 R2 with IIS 7.5. There are 5 users who are auto authenticated through Active Directory (AD) ...
0
votes
0answers
12 views
Changing Windows Authentication method
I have a unit test that verifies that an application correctly authenticates using Windows Authentication when it is supposed to. It works correctly on XP machines, and on my own Win7-64bit machine. ...
0
votes
0answers
34 views
Current User Identity not formated correctly in IIS
I have an ASP.Net Web Forms project which is using Windows Authentication. When I am running it on my DEV machine (Windows 7) the following line of code properly returns Domain Name and User name ...
0
votes
1answer
74 views
Check if user is authorized
I need to be able to determine if a user is authorized (not authenticated) in my ASP.net MVC 3 application.
I have an intranet application that uses Windows Authentication to authenticate users. Only ...
0
votes
0answers
54 views
401 Error on Webservice in case of Windows Authentication
I am using a webservice(asmx) to populate my jqGrid but I keep getting 401 error. I am using Windows Authentication. If I turn off Windows Authentication and everything works fine. How can I ...
0
votes
0answers
70 views
How to tell Chrome not pass windows credentials
I'm testing a website which uses windows auth. I have the credentials of a test account and I'm trying to log in as that user, but chrome automatically passes my current credentials.
Is that a way ...
0
votes
1answer
82 views
Get more information about current user in windows authentication mode
In an Asp.Net MVC 4 windows authentication mode, is it possible to get more information about current user (like name & family)?
0
votes
2answers
183 views
Asp.net WebPage with Windows Authentication aganst Active Directory
I have been messing with this all night and it is really frustrating. I got the webpage to display finally but for some reason it is not working meaning that it shoots me back to my error page and ...
1
vote
2answers
65 views
is it possible to have windows authentication on a php site? [duplicate]
We are running an internal website on php 5.2 with IIS.
Currently each user is assigned a login. The login information is authorized with php confirming the information against a sql server database ...
2
votes
1answer
239 views
What's difference between windows and forms authentication in asp.net mvc 4?
Can anyone point me out a tutorial addressing differences between windows and forms authentication in asp.net mvc 4? Forgive me if authentication and mvc are separated matters, a little confuse about ...
-4
votes
2answers
88 views
A Windows Service should load a form at startup
How can I load a 'login form' in OnStart event of windows Service?! I know windows service is incompatible with UI. but I need to do this without using windows startup..
Is it possible? and how?
...
1
vote
0answers
159 views
NTLM over HTTP: Any C# client implementation?
I need to programmatically download a file from a SharePoint server.
When I download the file with Firefox it looks like a single request, but Httpfox shows that the HTTPS conversation is actually 4 ...


