The name may seem a little strange, but what I found on the Internet are methods for automatically logging in with Windows Domain Authentication (Single Sign On), but that is not what I want.
In my use case, I want to explicitly ask the person to enter the user / password combination in the Windows domain to make sure that the person performing the transaction is the one authorized to do this, that is, not the one who secretly uses the computer of the authorized person when he / she left and left the computer unlocked.
Note
- I am working on Java
- I only want to authenticate a single transaction, without a login session (if possible).
- Only certain people should be logged in. (I believe this is done through roles in the active directory?)
source
share