AZ-204 · Question #141
You deploy an API to API Management You must secure all operations on the API by using a client certificate. You need to secure access to the backend service of the API by using client certificates…
The correct answer is B. Self-signed certificate C. Certificate Authority (CA) certificate. To secure both API operations in API Management and access to the backend service using client certificates, both self-signed and Certificate Authority (CA) certificates can be utilized.
Question
Options
- AAzure AD token
- BSelf-signed certificate
- CCertificate Authority (CA) certificate
- DTriple DES (3DES) cipher
- ESubscription key
How the community answered
(47 responses)- A11% (5)
- B83% (39)
- D4% (2)
- E2% (1)
Why each option
To secure both API operations in API Management and access to the backend service using client certificates, both self-signed and Certificate Authority (CA) certificates can be utilized.
Azure AD tokens are used for OAuth 2.0 or OpenID Connect authentication, which is a token-based mechanism, not certificate-based authentication.
Self-signed certificates can be used for client authentication in Azure API Management, particularly in development, testing, or internal-only scenarios where a trusted third-party CA is not required.
Certificate Authority (CA) certificates provide a higher level of trust and are standard for production environments, enabling robust mutual TLS authentication for both API consumers accessing the API Management gateway and the gateway accessing the backend service.
Triple DES (3DES) is a symmetric encryption algorithm used for data confidentiality, not for client certificate authentication or identity verification.
Subscription keys in API Management are used for access control at the API Management layer and are distinct from client certificate-based authentication.
Concept tested: API Management client certificate authentication
Source: https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-mutual-tls-client-certificates
Topics
Community Discussion
No community discussion yet for this question.