You are viewing limited content. For full access, please sign in.

Search results for "sdk windows impersonate"

Topics filtered:
  • Answered
    we want to use domain/ windows account. As per Session.Login() method's description it "logs in to currently connected repository  using the current threads ......
    Profile image
  • Answered
    I'm using SDK 8.3.  If I put AD credentials into conn.UserName and Password, it fails.  In the client, if I uncheck "Use ......
    Profile image
  • s volumes. I have one Windows AD account as admin to all the repositories. I'v managed to Impersonate and set the WindowsIdentity to this ... object based on the current Windows // identity name and authentication type. string authenticationType = windowsIdentity.AuthenticationType; ...
    Profile image
  • to login with repository using windows authentication. My API hosted on server machine and different user can call this API and authenticate via windows authentication ... IIS to validate user using windows authentication. Thanks, Pratik...
    Profile image
  • connecting to a repository using Windows Authentication. If I use a Laserfiche user, instead of a Windows account, the connection is successful   ERROR: -1073470661 Invalid ......
    Profile image
  • file from LF to my Windows . This is my script namespace WorkflowActivity.Scripting.Script { using System; using System.Collections.Generic; using ... m not pretty good with SDK . Someone can help?   Thanks in advance Regards...
    Profile image
  • NET application and using the SDK and Windows AD user authentication with impersonation . The code they are running is below. When we run our browser ... authenticating from IIS to Laserfiche impersonating with the AD credentials from client’s browser. And here’s the error from our first TRY Statement:   Error ......
    Profile image
  • and we want to use windows authentication. In IIS, Windows Authentication is enabled and everything else is disabled, Kerberos is also set-up but when ... session.IsConnected)                         {                             // Log in using windows auth                             session.LogIn();                         }   The API works when we pass a LaserFiche user name and ...
    Profile image
  • an example of how to impersonate a user with a windows service. Upon using session.Login(repositoryreg), I get the following error: Could not load ... its dependencies. Either a required impersonation level was not provided, or the provided impersonation level is invalid. (Exception from HRESULT: 0x80070542)   I verified that the ......
    Profile image
  • Answered
    the licensing to use the SDK .   Does the SDK license is for the VAR or each client must obtain a license to run Laserfiche integrations ... to a Laserfiche Repository through Windows Authentication?   Is there a way to connect an application to a Laserfiche Repository without consume a user license?...
    Profile image
  • Answered
    web service using the Laserfiche SDK .  This facilitates the viewing of a stored PDF or TIFF file directly in the user’s browser upon clicking ... the web server to use Windows Authentication with allowedImpersonationLevel set to ‘Delegation’.  We have set up the Kerberos token to allow pass-through on HTTP ......
    Profile image
  • than the currently signed in windows user, you need to use impersonation . This is what the desktop client does when you enter a domain account ......
    Profile image
  • in to their computers using Windows Authentication and then connecting through a browser to a web application that also authenticates them using  Windows Authentication. From ... trying to connect with the Windows credentials of the user who's connected to the web application. My code (C#) looks something like this ......
    Profile image
  • Answered
    limits. I suggested passing the Windows login over to Laserfiche which he has tried and had issues with....
    Profile image
  • using below code from Laserfiche SDK 9.0 help file but not working. Am I missing any line of code?   To create a connection using ... log into a repository using Windows authentication. RA [C#] // Using the Server object to retrieve list of repositories Server myServ = new Server("MyServerName"); RepositoryRegistrationCollectio ......
    Profile image

Sign in to ask a question.