summaryrefslogtreecommitdiffstats
path: root/nuget/content/OAuth2.Client/web.config.transform
blob: b1f4429461df006386bf358fdf1419f2ee743c4c (plain)
1
2
3
4
5
6
7
8
9
<configuration>
	<configSections>
		<sectionGroup name="dotNetOpenAuth" type="DotNetOpenAuth.Configuration.DotNetOpenAuthSection, DotNetOpenAuth.Core">
			<sectionGroup name="oauth2" type="DotNetOpenAuth.Configuration.OAuth2SectionGroup, DotNetOpenAuth.OAuth2">
				<section name="client" type="DotNetOpenAuth.Configuration.OAuth2ClientSection, DotNetOpenAuth.OAuth2.Client" requirePermission="false" allowLocation="true" />
			</sectionGroup>
		</sectionGroup>
	</configSections>
</configuration>