Questions tagged [windows-authentication]

Windows authentication (or Integrated Windows Authentication) is a process where connections to applications or external systems are automatically authenticated with the currently logged on Windows user. This functionality was first made available in Windows 2000.

Windows authentication (or Integrated Windows Authentication) is a process where connections to applications or external systems are automatically authenticated with the currently logged on Windows user. This functionality was first made available in Windows 2000.

IWA is not actually a standard or authentication protocol, but is a process that relies on the underlying authentication protocols used by Windows and an application that is aware of them to transparently pass authentication information along to the requesting server or service.

There is a brief summary of IWA/WA on Wikipedia, here.

289 questions
-2
votes
1 answer

RDP login works when using Android App, but now when using Windows

I am trying to connect to my work machine using RDP. Using my Android Phone I can connect to it. It shows up in the list and I fill in my details like so: COMPANYNAME\USERNAME. Then I enter the password that I use to log into the work machine with,…
-3
votes
1 answer

IIS Windows Authentication - Change Password at next login

I have set windows authentication and forms based authentication (FBA) in IIS for my web application. I added users to windows so they can login using the windows prompt. I set the checkbox to force them to change their password at the next login.…
-4
votes
2 answers

How to use multiple User login name to authenticate to AD - UPN

How can I assign multiple User login names to an AD user so he/she can authenticate seamlessly? Here's an example: User name 1: FJohnson User name 2: domain\Fjohnson User name 3: FJohnson@domain.com Assuming that the machine is always connected to…
-7
votes
1 answer

networking and authentication

I installed a RADIUS server in my network (Windows 2008) and Active Directory which contains different users; I also have an access point (tp_Link) authenticated on RADIUS server. I am using Windows authentication. I cant authenticate laptops…
admin
  • 13
1 2 3
19
20