Project

General

Profile

Feature #15527 ยป example-vpn-config.xml

Example EAP Host Config with this option - Alex Bryant, 05/30/2024 06:13 PM

 
1
<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
2
  <EapMethod>
3
    <Type xmlns="http://www.microsoft.com/provisioning/EapCommon">13</Type>
4
    <VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId>
5
    <VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType>
6
    <AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</AuthorId>
7
  </EapMethod>
8
  <Config xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
9
    <Eap xmlns="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1">
10
      <Type>13</Type>
11
      <EapType xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1">
12
        <CredentialsSource>
13
          <CertificateStore>
14
            <SimpleCertSelection>true</SimpleCertSelection>
15
          </CertificateStore>
16
        </CredentialsSource>
17
        <ServerValidation>
18
          <DisableUserPromptForServerValidation>false</DisableUserPromptForServerValidation>
19
          <ServerNames>0.0.0.0</ServerNames>
20
          <TrustedRootCA>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 </TrustedRootCA>
21
        </ServerValidation>
22
        <DifferentUsername>false</DifferentUsername>
23
        <PerformServerValidation xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2">true</PerformServerValidation>
24
        <AcceptServerName xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2">true</AcceptServerName>
25
        <TLSExtensions xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2">
26
          <FilteringInfo xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV3">
27
            <CAHashList Enabled="true">
28
              <IssuerHash>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 </IssuerHash>
29
            </CAHashList>
30
          </FilteringInfo>
31
        </TLSExtensions>
32
      </EapType>
33
    </Eap>
34
  </Config>
35
</EapHostConfig>
    (1-1/1)