Re: What WSE2 offers for this problem?
- From: "Pablo Cibraro" <pcibraro@xxxxxxxxxxx>
- Date: Wed, 30 Nov 2005 10:47:25 -0300
Hi Lester,
Yes, WSE2 offers something like that. It offers:
1. Message Security for your web services (The messages can be protected
using different mecanisms, such as X509 certificates, kerberos, etc)
2. Authentication. The authentication has two parts, the client token and
the authentication manager. The client token represents the client
credentials, for example an user and a password.
The authentication manager is a kind of plugin who authenticates the client
tokens against a credential store. (In your case, this store could be
Oracle, SQL server, Active directory).
I recommend you to visit this gotdotnet workspace
http://www.gotdotnet.com/codegallery/codegallery.aspx?id=67f659f6-9457-4860-80ff-0535dffed5e6
(Web Service Security: Scenarios, Patterns, and Implementation Guidance)
because it describes a variety of scenarios using WSE.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
"J-T" <J-T@xxxxxxxxxx> wrote in message
news:epM6S4R9FHA.2192@xxxxxxxxxxxxxxxxxxxxxxx
>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
>
>
>
.
- Follow-Ups:
- Re: What WSE2 offers for this problem?
- From: J-T
- Re: What WSE2 offers for this problem?
- Prev by Date: Re: WSE2 - SoapException
- Next by Date: Security requirements are not satisfied because the security header is not present in the incoming message
- Previous by thread: Re: WSE2 - SoapException
- Next by thread: Re: What WSE2 offers for this problem?
- Index(es):
Relevant Pages
|