javascript - Active Directory - use Current Logged User inside web application, its possible? -


take follow situation in mind:

1) user login in windows desktop machine active directory domain.

2) after logged in, user open web browser , type , url need login web app current login/session/token of active directory, automatically.

example: after log on active directory, user open url http://intranet.myplace.com, , first page opened need detect credentials of current logged in user of ad.

it possible ? cant find nothing acess ad credentials javascript.

no, not possible client approach. regardless of using javascript or activex: need on server side. besides activex limit browsers, can ok in company environment think in.

javascript not able query login context of client. , if should verify on server.

to achieve describe need use kerberos or challenge response based techniques offered iis or apache. if want secure approach find able configure server.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -