c# - Integration with Active Directory with multiple concurrent AD users -


i need integrate winforms application active directory, guess shouldn't hard task.

the problem scenarios application needs authorized multiple users @ same time (for example, let's application used junior personnel , there mentor responsible junior - enters credentials , junior has specific additional access on behalf of mentor).

closest found runas.exe provides capability run application specified domain user account. not need start new application - prompt windows authorization/login dialog box , information ad account authorized application use.

as fallback option there have custom login functionality such case, seems ugly solution maintain ad , custom login @ same time...

anyone has done similar? ideas?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -