Re: Web Services Authentication
- From: "Adrian Heath" <me@xxxxxx>
- Date: Fri, 11 Nov 2005 10:48:15 -0000
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
>
.
- References:
- Web Services Authentication
- From: Justin Lazanowski
- Web Services Authentication
- Prev by Date: WS method return codes
- Next by Date: Thread was being aborted
- Previous by thread: Re: Web Services Authentication
- Next by thread: Publish web
- Index(es):
Relevant Pages
|