Re: What WSE2 offers for this problem?



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

  • WSE 3.0 - How to implement Kerberous
    ... I have to create a webserivce which can look up a user name and password ... I have already a client which is not WES ... Can my current client talks to Authentication broker thriugh HTTPS ... (In my case, this store could be ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: What WSE2 offers for this problem?
    ... The authentication has two parts, ... >> Pablo Cibraro ... >>> 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: ADAM - SSO and provisioning considerations
    ... install an OU, do LDAP bind's to AD for authentication, and used some ... The above illustrates why you don't need ADAM. ... store for your identity store. ... they are all in the customer's identity store. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Storing Variable for use in different page
    ... So to impersonate the thread I've been told I need to use ... >> I have a website that uses forms based authentication. ... >> against Active Directory. ... > It is generally considered bad practice to store cleartext passwords at ...
    (microsoft.public.dotnet.framework.aspnet)