Ask a Question related to ASP.NET Security, Design and Development.
-
HG #1
Need advice on security setup
Hi all experts.
I am currently planning a rather large application that will have the
following characteristics:
1)
Business Services layer will be implemented as XML Web Services. I think
service (WSDL) lookup will be done using UDDI, not sure yet, since I can't
really see why I should go for UDDI. Quite OT, but anyone on this?
2)
There will be several "clients" to the service layer. Some of which I
develop, and some of which a 3rd party develop. These clients range from
WinForms (smart) applications and WebForm applications.
3)
Customers running on this solution can have different versions of services
and clients. 90% will run on the same services, but 10% can run on
services/clients providing extra functionality.
4)
The Internet is used as transport medium. Pure Internet, not Intra or
Extranets here.
5)
80% will be on .NET, 20% on J2EE
Why I am asking this is security newsgroup is because:
1)
I need to autenticate if customers has access to a service (and the WSDL)
and which exactly which set of services (versions) they run on. I thought
about using UDDI for this, but maybe I can go for a simpler solution, maybe
file access byt IIS
2)
I need to authenticate each request (I guess so) to my services layer, since
is can be anyone trying to access the service. Maybe by putting the
credentials in the web service request (in each call to a webmethod???),
maybe in SOAP headers, maybe by using WSE 2.0....Is WSE 2.0 interoperable by
other platforms
3)
I need to make sure that the request has not been tampered with on the way
from client to web service. This is "just" pure SSL right?
Thanx in advance for any suggestions... or links that can point me in the
right direction..
Maybe I can issue a client certifcate and then all my trouble is
over...except for managing those d.... certicates on the client.... :-)
Regards
Henrik
[url]http://websolver.blogspot.com[/url]
HG Guest
-
Advice on Intranet Setup
Not knowing anything about networks, I need some advice. 2 servers, each with 2 processors and 2 network cards. My manager wants to set these... -
ASP/DB Security Model Advice
ENVIRONMENT: Windows 2000 Professional (sp3) Internet Information Server (5.0) Active Server Pages (3.0) VBScript (5.6) Microsoft SQL Server... -
Implementing Security - Advice Please
I am in the process of writing a fairly large ASP.NET web application and I am about to implement log-ons, permissions etc. I have never used any... -
Needed: Advice for Simple Studio Setup at Home
I do photography as a hobby sometimes; I am definitely not a pro, or even an amateur really. What I am wanting to do is to make a crude yet decent... -
Security advice ?
Hi I have completed a PHP+ MySQL application that uses and stores sensitive data (uses SSL via https). My query is a little non standard here - ...



Reply With Quote

