Developer forum

Forum » Development » Secure webservice

Secure webservice

Per Ljung
Reply
Hi!

If you place a webservice in your dw solution and want to secure that and its administration page, how do you do that?

Best regards,
Per

Replies

 
Morten Snedker
Reply
This post has been marked as an answer
 Hi Per,

You could secure the webservice itself by implementing a secure-check within the webservice. For instance a part of the request could be an Extranet-user that you could verify against.

When it comes to the administration page you have the possibility to apply ordinary security on modules and granting access (or not). Right click any module in the backend to edit permissions for that module.

Regards /Snedker
Votes for this answer: 0
 
Nicolai Høeg Pedersen
Reply
Hi Per

Or simply do you would with any other webservice:
http://msdn.microsoft.com/en-us/library/aa529262.aspx

 
Per Ljung
Reply
 Hi Per,

You could secure the webservice itself by implementing a secure-check within the webservice. For instance a part of the request could be an Extranet-user that you could verify against.

When it comes to the administration page you have the possibility to apply ordinary security on modules and granting access (or not). Right click any module in the backend to edit permissions for that module.

Regards /Snedker

You mean ordinary user name and password check?

/Per

 

You must be logged in to post in the forum