Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.74 KB

eap-tls-connection-properties.md

File metadata and controls

58 lines (45 loc) · 1.74 KB
title description ms.assetid ms.topic ms.date
EAP-TLS Connection Properties
Learn about EAP-TLS connection properties. See a sample that's an instance of the eaptlsconnectionpropertiesv1 legacy schema.
7d8e7771-5263-4187-bb9d-ec0d6c154b17
article
05/31/2018

EAP-TLS Connection Properties

This sample is an instance of the eaptlsconnectionpropertiesv1 legacy schema.

  <?xml version="1.0" ?>
  <EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig" 
    xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" 
    xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodConfig">
    <EapMethod>
      <eapCommon:Type>13</eapCommon:Type> 
      <eapCommon:AuthorId>0</eapCommon:AuthorId> 
    </EapMethod>
    <Config xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" 
      xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1">
      <baseEap:Eap>
        <baseEap:Type>13</baseEap:Type> 
        <eapTls:EapType>
          <eapTls:CredentialsSource>
            <eapTls:CertificateStore />
          </eapTls:CredentialsSource>
          <eapTls:ServerValidation>
            <eapTls:DisableUserPromptForServerValidation>false</eapTls:DisableUserPromptForServerValidation>
            <eapTls:ServerNames /> 
            <eapTls:TrustedRootCA /> 
          </eapTls:ServerValidation>
          <eapTls:DifferentUsername>false</eapTls:DifferentUsername> 
        </eapTls:EapType>
      </baseEap:Eap>
    </Config>
  </EapHostConfig>

Related topics

Connection Properties

EAPHost and Legacy Schema