Re: What WSE2 offers for this problem?
- From: "Pablo Cibraro" <pcibraro@xxxxxxxxxxx>
- Date: Wed, 30 Nov 2005 16:47:54 -0300
Hi,
If you have to use .NET 2.0, then WSE 3.0 is definitively better and it is
the road to WCF (Indigo).
Regards,
Pablo Cibraro.
http://weblogs.asp.net/cibrax
http://www.lagash.com
"J-T" <J-T@xxxxxxxxxx> wrote in message
news:Ol3QjSd9FHA.2152@xxxxxxxxxxxxxxxxxxxxxxx
> Pablo,
>
> I'd like to thank you very much for your nice reply.
>
> I have to implement this using new version of .Net (2.0) .Do you think it
> is better to implement it using 1.1 or 2.0? Dose WSE 2.0 supported in .net
> framework 2.0?
>
> Thanks again for your time.
>
>
> "Pablo Cibraro" <pcibraro@xxxxxxxxxxx> wrote in message
> news:eTTyRMb9FHA.132@xxxxxxxxxxxxxxxxxxxxxxx
>> 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?
- References:
- Re: What WSE2 offers for this problem?
- From: Pablo Cibraro
- Re: What WSE2 offers for this problem?
- From: J-T
- Re: What WSE2 offers for this problem?
- Prev by Date: Installing WSE on client machines (msi, no-touch deployment, error trapping)
- Next by Date: Re: Custom Username token in WSE 3.0
- Previous by thread: Re: What WSE2 offers for this problem?
- Next by thread: Re: What WSE2 offers for this problem?
- Index(es):
Relevant Pages
|