summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-05-31 13:19:28 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-05-31 13:19:28 -0700
commite693105593797bd4b0c05b613236fd3198fddbc6 (patch)
tree9155327cb7d5f6447f3581ef90c3b09e305c097e /samples/OAuthServiceProvider
parentbb18b22fdcaffdcc61b2a46eef31c38653a847be (diff)
downloadDotNetOpenAuth-e693105593797bd4b0c05b613236fd3198fddbc6.zip
DotNetOpenAuth-e693105593797bd4b0c05b613236fd3198fddbc6.tar.gz
DotNetOpenAuth-e693105593797bd4b0c05b613236fd3198fddbc6.tar.bz2
The access token is now obtainable now. Woot.
Now to make the access token worth something... :)
Diffstat (limited to 'samples/OAuthServiceProvider')
-rw-r--r--samples/OAuthServiceProvider/Web.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/Web.config b/samples/OAuthServiceProvider/Web.config
index 9a53b4a..76f2232 100644
--- a/samples/OAuthServiceProvider/Web.config
+++ b/samples/OAuthServiceProvider/Web.config
@@ -39,6 +39,9 @@
<dotNetOpenAuth>
<!-- Allow DotNetOpenAuth to publish usage statistics to library authors to improve the library. -->
<reporting enabled="true" />
+
+ <!-- FOR TESTING ONLY, we relax the SSL requirements. -->
+ <messaging relaxSslRequirements="true" />
</dotNetOpenAuth>
<appSettings/>