summaryrefslogtreecommitdiffstats
path: root/nuget/content/OAuth2.ResourceServer/web.config.transform
blob: a92ff7d629a5ac3df1e458c4ff7073a5771f852d (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="resourceServer" type="DotNetOpenAuth.Configuration.OAuth2ResourceServerSection, DotNetOpenAuth.OAuth2.ResourceServer" requirePermission="false" allowLocation="true" />
			</sectionGroup>
		</sectionGroup>
	</configSections>
</configuration>