Atozed Forums

Full Version: HTTPSys Authenticatiom
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I am running an internal only application in HTTPSys and would like to authenticate users through Active Directory (Windows Integrated).

But what I try, the reported user is always "SYSTEM" (the user with which the service is started).

Is there a possibility to add Windows Integrated Authentication (like in IIS) to HTTPSys?

Delphi 11.1 with IW 15.2.26.

Cheers, Paul
I suppose you are still going to require your users to login to your application when the session starts (using their Windows credentials), is that correct?
What I would like to accomplish is integrated security, so the credentials of the domain user are automatically passed through to the application.
In this case I want to prevent the users having to login every time they start the application.