Silverlight and Active Directory Interaction
Posted
by Refracted Paladin
on Stack Overflow
See other posts from Stack Overflow
or by Refracted Paladin
Published on 2010-03-31T17:13:39Z
Indexed on
2010/03/31
17:43 UTC
Read the original article
Hit count: 197
I am planning to familiarize(read teach) myself with Silverlight
by building an in-house app for managing our employees.
I, obviously, would need this to interact with Active Directory
on some level.
What are my options? Has anyone tried this before?
I am currently going to explore using Services(WCF???) to do the AD interaction portion? Thoughts?
There is also this SO Post on using PowerShell
to interact with AD. Maybe that is a possibility?
Thanks,
EDIT:
Too clarify what I meant by "...interact with Active Directory..." I was referring to being able to create New Users, reset they're passwords, change they're Member Of groups, etc. Not JUST authenticating through AD.
Does this make it clearer?
© Stack Overflow or respective owner