![]() |
HTTPSys Authenticatiom - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: HTTPSys Authenticatiom (/thread-2757.html) |
HTTPSys Authenticatiom - PaulWeem - 06-09-2022 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 RE: HTTPSys Authenticatiom - Alexandre Machado - 06-13-2022 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? RE: HTTPSys Authenticatiom - PaulWeem - 06-13-2022 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. |