What FIPS 140-2 Compliant Protocol for Azure App Service Communications?

Marc George 171 Reputation points
2021-07-02T11:29:32.827+00:00

From a Xamarin app, what component(s) should be used to enable FIPS compliant communications with an Azure App Service?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
848 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 25,791 Reputation points Microsoft Employee
    2021-07-06T08:38:25.77+00:00

    @Marc George ,

    FIPS 140 Level 2 generally needs:

    1) Chain of trust using an approved cipher (like AES-256) and
    2) Tamper evidence (not resistance).

    Typically, for this kind of requirement a standard TLS 1.2+ compatible FIPS 140 cipher will work. Core Azure components like KeyVault HSM should provide tamper evidence capability.

    So, you will need to ensure chain of trust and tamper evidence between Xamarin App <> App Service <> ACS.

    Once again apologies for the delay on this.
    Hope the above information helps. If you have any further questions, please do let us know the intended use of the solution and your requirement.


    To benefit the community find the right answers, please do mark the post which was helpful by clicking on ‘Accept Answer’ & ‘Up-Vote’.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.