AZ-700 · Question #23
You are planning an Azure Point-to-Site (P2S) VPN that will use OpenVPN. Users will authenticate by using an on premises Active Directory domain. Which additional service should you deploy to…
The correct answer is B. a RADIUS server. When an Azure P2S VPN is configured with OpenVPN and on-premises Active Directory credentials, a RADIUS server is required as the authentication intermediary. Azure's VPN gateway forwards authentication requests to the RADIUS server, which in turn validates credentials against…
Question
You are planning an Azure Point-to-Site (P2S) VPN that will use OpenVPN. Users will authenticate by using an on premises Active Directory domain. Which additional service should you deploy to support the VPN authentication?
Options
- Aa certification authority (CA)
- Ba RADIUS server
- Can Azure key vault
- DAzure Active Directory (Azure AD) Application Proxy
How the community answered
(56 responses)- A7% (4)
- B75% (42)
- C14% (8)
- D4% (2)
Explanation
When an Azure P2S VPN is configured with OpenVPN and on-premises Active Directory credentials, a RADIUS server is required as the authentication intermediary. Azure's VPN gateway forwards authentication requests to the RADIUS server, which in turn validates credentials against the on-premises AD domain. A certification authority (A) is needed for certificate-based authentication, not AD credential-based auth. Azure Key Vault (C) stores secrets and certificates but does not perform authentication. Azure AD Application Proxy (D) publishes on-premises apps to external users and is unrelated to VPN authentication.
Topics
Community Discussion
No community discussion yet for this question.