Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to write a frontend webpage which authenicates users against Active Directory. Would like to use a Jquery routine.
THANKS!
Posted

Not quite sure what the point of doing user-authentication on the client-side is.

Surely, it would make more sense to write a backend page that performed this task?
A page that the user couldn't hack to authenticate themselves regardless of login credentials? Otherwise, what's to stop me from being authenticated as somebody else? Since it's client-side, I could view the page source and work out the required steps to be authenticated by the system as any user of my choice.

Should a backend solution be prohibited, you'll be forced to either
(a) write a native-code (dll) plugin for each browser of choice
(b) limit users to weak/non-existent security AND require the use of IE only.
 
Share this answer
 
Wait, I think you need to rethink about what you want to achive.
jQuery [^]is nothing but a simple library which helps to traverse the html on client side.

Active Directory on the other side is Server Technology for user authentication.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900