user Authentication through webservice

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Buddy Ackerman (buddy_nospam_at_buddyackerman.com)
Date: 03/09/05

  • Next message: GoCMS: "Credentials needed to run web service"
    Date: Wed, 9 Mar 2005 12:03:52 -0600
    
    

    I have a webservice based app that a company has purchased to use
    internally. They want the authentication to integrate with their Active
    Directory. Is there anyway that the client portion of the application
    (which is a .NET WinForms app) can send some information about the logged in
    user so that I could athenticate that user before accessing the database?
    The database will not have individual user accounts but will authenticate
    using a table in the database. The reason that I need this is so that the
    company can push out the client app to it's users using Zenworks. So, the
    install must get the user data from the Active directory. Therefore I need
    to be able to use whatever information he can get from the AD and use it get
    the same info from the AD from the webserver code. One thing I was thinking
    of using was the AD object ID (a guid) but I don't know how I would pass
    that value to the DirectorySearcher's filter property and I don't know if
    that's a property that the ZenWorks install can grab anyway.

    So, to sum up the client app polls a webservice to get some data, I need to
    be able to get some user information (gleaned from the AD) from the client
    and authenticate the user, then connect to the database and retrieve teh
    requested data.

    Any ideas?

    Thanks.


  • Next message: GoCMS: "Credentials needed to run web service"

    Relevant Pages

    • Re: Problem retrieving data from SQL Server
      ... your own windows user (which probably have access to the database). ... You should create a new user in the sql server that has access to ... > to make a simple webservice work but now I am trying to go one step further ... > If I do the same function in a vb.net app it works, ...
      (microsoft.public.dotnet.framework.aspnet.webservices)
    • Re: Design question
      ... You want to make sure that only your app can ... make calls to the webservice. ... > You can connect the winform client directly to the database, ... I guess I would probably use a web service to access the ...
      (microsoft.public.dotnet.framework.aspnet)
    • DataSet to DataBase
      ... I'm having an issue updating a database from a DataSet. ... application receives a data set (via a WebService in another app), ...
      (microsoft.public.data.ado)
    • DataSet to DataBase
      ... I'm having an issue updating a database from a DataSet. ... application receives a data set (via a WebService in another app), ...
      (microsoft.public.vstudio.general)
    • Re: Portable Database Choice
      ... I searched this group quite a bit looking for database alternatives and did find the options below from this search. ... I'm posting this in the hope it can be of use to other developers in a position similar to mine where I needed a low cost alternative to Pocket Access. ... One app requires synchronization between desktop and mobile device, the other requires a push of data from the desktop to mobile. ...
      (microsoft.public.dotnet.framework.compactframework)