Skip to content

API Library Active Directory

Robert Polak edited this page Aug 6, 2019 · 15 revisions

Home / API Library / Active Directory

API Library Active Directory to search User in the configured Domain. The API Library Active Directory Methods list with Parameters, Return examples.

Configuration

Configuration - Details

Configuration of Active Directory variables at App.config.

More details about The Server API Library Configuration at Configuration


Search

Search for User at Active Directory in the configured Domain. Returns the Active Directory User.

Method: API.ActiveDirectory.Search

Parameters:

Name Type Default Description
username String username

Return: The Active Directory User or null


IsAuthenticated

Checks if the user is authenticated against Active Directory.

Method: API.ActiveDirectory.IsAuthenticated

Parameters:

Name Type Default Description
userPrincipal String userPrincipal

Return: Boolean

Clone this wiki locally