summaryrefslogtreecommitdiffstats
path: root/samples/OAuthResourceServer/Members/Web.config
blob: 50fab27a77d9078dc03f4d8beec05638bf02abf9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<configuration>
	<system.web>
		<authorization>
			<deny users="?"/>
		</authorization>
	</system.web>
</configuration>