summaryrefslogtreecommitdiffstats
path: root/nuget/content/OAuth.Core/web.config.transform
blob: d9b5d920c370d7916796ab26622427380e07a868 (plain)
1
2
3
4
5
6
7
<configuration>
	<configSections>
		<sectionGroup name="dotNetOpenAuth" type="DotNetOpenAuth.Configuration.DotNetOpenAuthSection, DotNetOpenAuth.Core">
			<section name="oauth" type="DotNetOpenAuth.Configuration.OAuthElement, DotNetOpenAuth.OAuth" requirePermission="false" allowLocation="true" />
		</sectionGroup>
	</configSections>
</configuration>