lithnet / access-manager

Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
Other
238 stars 20 forks source link

Logon Prompt for Intergrated Windows Authentication #231

Closed w0tty55 closed 2 months ago

w0tty55 commented 3 months ago

If you use the integrated Windows Authentication you are automatically authenticated with the Windows logged in user by SSO. If you need the LAPS Password on another Client or will use JIT, you can't logon with my AMS User. As an alternative you can use Basic Authentication. But that is insecure and there is no logoff button.

Describe the solution you'd like A authentication prompt for Windows integrated authentication.

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

ryannewington commented 3 months ago

@w0tty55 Unfortunately, when Windows Authentication is in play, the browser negotiates directly with the server, and our app does not have a chance to participate in this interaction. Using "Run as" to run the browser as another user is the only real solution here if you have to stick with IWA.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.