Authentication.LoginWithRemoteActiveDirectoryEx(string, string, string, Authorit.API.Dto.AuthorITModule) Method - Author-it On-Premises - Author-it

Author-it Development Documentation

Attempts to log in to an Author-it library.

Note: This method attempts to use a remote Active Directory to authenticate to the library.

Parameters

  • libraryAlias

    Type: System.String

    Unique alias for the library.

  • username

    Type: System.String

    Active Directory username for the Author-it user.

    Note: The username must be in the DOMAIN\USER format.

  • password

    Type: System.String

    Active Directory password for the Author-it user.

  • moduleType

    Type: Authorit.API.Dto.AuthorITModule

    Type of application that is connecting to the library.

Returns

An instance of the LoginResponse class.