Re: Web Services Authentication



Your best bet for implementing non-windows authentication is to use the WSE
toolkit from microsoft and implement a custom AuthenticationManager that can
check the supplied credentials

A good article on this can be found here

http://www.codeproject.com/webservices/WS-Security.asp

There are no problems using WSE with a Windows Forms client.

Hope this helps

Adrian Heath



"Justin Lazanowski" <justin@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%230lATau3FHA.3400@xxxxxxxxxxxxxxxxxxxxxxx
>
>
> I have a windows app that I am writting for some field reps. This app
> should download and upload specific information to a web service, and
> cache the information on the local computer when they are not online.
>
> I have this part working perfectly however, I would really like to have
> some sort of authentication to access or upload the data.
>
> The users are not logged in to a domain so no authentication token is
> available. All the information I have been able to find for web services
> and authentication have involved web apps as opposed to windows apps.
> Anyone have any sort of information or a good source that I can find an
> example of how to implement some sort of authentication?
>
> Thanks,
> Jutsin
>


.



Relevant Pages

  • FormsAuthentication problem with HttpWebRequest
    ... I'm having a problem getting an ASP.NET Forms Authentication application to ... I am following the IBuySpy portal security logic and using ... I have a windows app that will run and execute a page ... WebRequest Cookie collection. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Web Services Authentication
    ... I have a windows app that I am writting for some field reps. ... download and upload specific information to a web service, ... sort of authentication to access or upload the data. ... The users are not logged in to a domain so no authentication token is ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Windows Form Application Authentication in .NET 2.0
    ... If the user runs your Windows app in a network domain with Active Directory, ... I am trying to implement ActiveDirectory Authentication for Windows ...
    (microsoft.public.dotnet.framework)
  • Re: Authentication in WSE
    ... WSE does not have builtin support for these best practices? ... You control the creation of the SCT on ... > the server side and can use LogonUser api or custom DB login if you wish. ... >> the usual best practices for secure authentication, ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Using AD for web authentication
    ... Will I have to use a service account of some sort, ... for the authentication mechanisms. ... One problem is that I want to use AD's builtin functionality for ...
    (microsoft.public.windows.server.active_directory)