35 lines
1.7 KiB
XML
35 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="managementOdata" type="Microsoft.Management.Odata.Core.DSConfiguration, Microsoft.Management.OData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
</configSections>
|
|
<managementOdata schemaFileName="Schema.mof" resourceMappingFileName="Schema.xml">
|
|
<customAuthorization type="Microsoft.Samples.Management.OData.BasicPlugins.CustomAuthorization" assembly=".\Microsoft.Samples.Management.OData.BasicPlugins.dll" />
|
|
<powershell>
|
|
<sessionConfiguration type="Microsoft.Samples.Management.OData.BasicPlugins.SessionConfiguration" assembly=".\Microsoft.Samples.Management.OData.BasicPlugins.dll" />
|
|
</powershell>
|
|
<commandInvocation enabled="true" />
|
|
<wcfDataServicesConfig>
|
|
</wcfDataServicesConfig>
|
|
</managementOdata>
|
|
<system.serviceModel>
|
|
<behaviors>
|
|
<serviceBehaviors>
|
|
<behavior>
|
|
<serviceAuthorization serviceAuthorizationManagerType="Microsoft.Management.Odata.Core.CustomAuthorizationManager, Microsoft.Management.OData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
|
|
</system.serviceModel>
|
|
<system.webServer>
|
|
<security>
|
|
<authentication>
|
|
<anonymousAuthentication enabled="false" />
|
|
<basicAuthentication enabled="true" />
|
|
<windowsAuthentication enabled="false" />
|
|
</authentication>
|
|
</security>
|
|
</system.webServer>
|
|
</configuration>
|