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
Developer forum
E-mail notifications
Secure webservice
Per Ljung
Posted on 16/09/2011 10:06:47
Replies
Morten Snedker
Posted on 16/09/2011 11:25:38
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
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
Posted on 16/09/2011 11:26:50
Hi Per
Or simply do you would with any other webservice:
http://msdn.microsoft.com/en-us/library/aa529262.aspx
Or simply do you would with any other webservice:
http://msdn.microsoft.com/en-us/library/aa529262.aspx
Per Ljung
Posted on 16/09/2011 11:36:51
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