Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I authenticate users using their Windows login credentials?

How can I let my Intraweb XI application authenticate users using their Windows login credentials? The application runs as a service on Windows servers.

We need to only allow network users to access some of our Intraweb applications.

like image 548
Pieter van Wyk Avatar asked May 09 '11 14:05

Pieter van Wyk


People also ask

How do I use Windows credentials?

Within Credential Manager, click on Windows Credentials. Within Windows Credentials, you will see a list of all Windows Credentials saved to Credential Manager. Click on the credential you want to edit. This will expand the credential to show the address, username and password that is saved for the credential.

What is a credential authentication?

Credentials-based authentication involves the use of a trusted third party to perform authentication in client/server relationships. To enable this type of authentication, cluster security services provide an abstraction layer between the cluster components and the underlying security mechanisms.

Which method can be used for authentication in Windows 10 operating system?

The Windows operating system implements a default set of authentication protocols, including Kerberos, NTLM, Transport Layer Security/Secure Sockets Layer (TLS/SSL), and Digest, as part of an extensible architecture.


1 Answers

I'm not familiar with Delphi, but it sounds like you want Active Directory integration (assuming here that you already have a AD Infrastructure in place that does the authentication, since you say "Windows login credentials").

If that's the case, then perhaps Deepak Shenoy's white paper on Active Directory Service Interfaces or the Stack Overflow question about integrating Delphi with Active Directory will point you in the right direction.

like image 121
bhamby Avatar answered Sep 28 '22 06:09

bhamby