HighTechTalks DotNet Forums  

Re: can web service be used as central logon management

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Re: can web service be used as central logon management in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Dino Chiesa [MSFT]
 
Posts: n/a

Default Re: can web service be used as central logon management - 08-12-2003 , 01:30 PM






Quote:
what i want to do is creating a central web
service to authenticate user logon.
Is it possible?
yes, why not?

It seems you have something like this:
browsers (B) connect to web servers (W1) to request pages.
Apps running on the Web servers then need to authenticate the users (from
the browser).
The web apps can use "anything" as the backend authentication service. One
common way is for the
webapp to do a database query, and find a record for the given userid and
password hash. But you could
just as easily use a webservice to verify the authentication information.

A web service is fine.

As for security issues: yes, you need to be careful and thoughtful.
What information are you passing from the browser to the web app? is it a
bonafide password, or a hash, or ... what? Are you using encrypted
communications between the browser and web app?

Same issues with the communications from the web app to the authentication
service.

how long will the authenticated sessions last? how will you do timeouts?

and so on...

Sorry, there are no simple answers to these things.

-Dino





"xiaobin sun" <sunxb (AT) feinfo (DOT) com> wrote

Quote:
I have several web applications running on different web
servers. what i want to do is creating a central web
service to authenticate user logon. I.e. every
application will connect web service to determine whether
a user is authenticated or not? Is it possible? are there
any security problem?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.