summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Web.config
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthServiceProvider/Web.config')
-rw-r--r--samples/OAuthServiceProvider/Web.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/Web.config b/samples/OAuthServiceProvider/Web.config
index 894ad38..d039daa 100644
--- a/samples/OAuthServiceProvider/Web.config
+++ b/samples/OAuthServiceProvider/Web.config
@@ -143,7 +143,9 @@
<behavior name="DataApiBehavior">
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="true"/>
- <serviceAuthorization serviceAuthorizationManagerType="OAuthAuthorizationManager, __code"/>
+ <serviceAuthorization
+ serviceAuthorizationManagerType="OAuthAuthorizationManager, __code"
+ principalPermissionMode="Custom" />
</behavior>
</serviceBehaviors>
</behaviors>