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