webservice for Authentication

J

J-T

I need to create a webserivce which is able to talk to the following
components:

1) Another webservice which is written by java and talks to its own backend
database to authenticate the users
2) Directly talk to a sql server database containg a table to store username
and passwords
3) Directoly talks to an Oracle Databse containg a table to store username
and passwords
4) Can query our internal Active Directory to authenticate our
organization's staff

The reason I choose a web service is that we want to create a sort of signle
sign on startegy for all our applicationsm to use this webserivce to
authenticate the users against. my webserivce needs to be secure and also
vey expandable to span future added components.

Is there soehting similar out there or can anyone give me some idea?

I really appreciate it.

Thanks

Lester J-T
 
Y

Yunus Emre ALPÖZEN [MCSD.NET]

In our company we already implemented it. It is possible to implement and be
sure you will be happier.. Every u need is already exists in .NET. It is not
so hard... Development would not take more than 5 man/day...

Prepare a xml serializable class as a parameter data
public class foo
{
public string username;
public SecureString password;
// .....
}
and mark this class as serializable this would help u to call this web
service from different platforms...

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
 
J

J-T

Yunus,

Thanks a lo for your nice reply. Can I ask you couple of questions? my email
address is (e-mail address removed).

I appreciate if you could send me your email so I can ask you some more
questions.
Thanks so much
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top