Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.45 KB

web-service-security.md

File metadata and controls

35 lines (26 loc) · 2.45 KB
title description author ms.custom ms.date ms.reviewer ms.topic ms.author
Web service security
Get the list of recommendations for how to secure web services in your Business Central solution.
kennieNP
bap-template
02/02/2024
jswymer
conceptual
kepontop

Web service security

Security is an important part of a solution involving web services. This is because the client calling the web service endpoint is likely not delivered by Microsoft and also because the interaction between the client and [!INCLUDEprod_short] happens over a network.

This article provides recommendations that you can implement to make your web services applications secure.

For more general information about security in [!INCLUDEprod_short], see Security overview.

Web service authentication options

Here are some authentication options you can use:

See also