Re: What WSE2 offers for this problem?

Tech-Archive recommends: Fix windows errors by optimizing your registry



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
>>>
>>>
>>>
>>
>>
>
>


.



Relevant Pages

  • Re: What WSE2 offers for this problem?
    ... The authentication has two parts, ... > client tokens against a credential store. ... >> 4) Can query our internal Active Directory to authenticate our ... >> sign on startegy for all our applicationsm to use this webserivce to ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: What WSE2 offers for this problem?
    ... Authentication. ... Oracle, SQL server, Active directory). ... (Web Service Security: ... > sign on startegy for all our applicationsm to use this webserivce to ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Web Service, Authentication, Security & Domains
    ... Pablo Cibraro wrote: ... your scenario is a bit complex since the machines are not in the ... Have you considered to use certificate authentication? ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: LDAP?
    ... Your suggestion on integrating Active Directory and MS Access sounds good. ... >>If you mean you want to try and integrate it with Access security, ... > adopted to use any sort of authentication method you choose, ... then launches the real database and logs into the Access ...
    (microsoft.public.access.security)
  • Re: Please Help
    ... controller that handles authentication for the computers in the domain. ... Logon and logoff are a little difficult with Active Directory. ... Use the Event logs. ...
    (microsoft.public.windows.server.active_directory)