chunfz / ADWS

Active Directory Web Services to handle Different Routines

Home Page:http://www.sghaida.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADWS

Active Directory WCF Web Services to handle Different AD Routines along with AD Authentication and SSO through encrypted sessionkey. the Webservices has rest and SOAP Endpoints. all Input and output for Restful API is JSON Serialized

The AD Routines which have been implemented up to day are listed as below

###Authentication

  • AuthenticateUserUsingCredentials
  • AuthenticateUserUsingSession
  • ValidateSession

###Querying

  • GetUserAttributes
  • GetLocalDomainController
  • GetNetbiosDomainName
  • GetFqdnFromNetBiosName

###AD User Related

  • AddADUser
  • RemoveADUser
  • AddADUserToGroup
  • RemoveADUserFromGroup
  • ResetADUserPassword
  • UnlockADAccount
  • RenameObject
  • MoveObject

###AD Group Related

  • AddGroup
  • RemoveGroup
  • RenameObject
  • MoveObject

About

Active Directory Web Services to handle Different Routines

http://www.sghaida.com

License:Apache License 2.0


Languages

Language:C# 100.0%