summaryrefslogtreecommitdiffstats
path: root/src/OpenID/OpenIdWebRingSsoRelyingParty/Admin/Web.config
blob: 52a5faf047fca4cbc78172978ddfcdcec8c61dac (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<configuration>
	<system.web>
		<authorization>
			<allow roles="Admin"/>
			<deny users="*"/>
		</authorization>
	</system.web>
</configuration>