diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-31 13:19:28 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-31 13:19:28 -0700 |
commit | e693105593797bd4b0c05b613236fd3198fddbc6 (patch) | |
tree | 9155327cb7d5f6447f3581ef90c3b09e305c097e /samples/OAuthServiceProvider | |
parent | bb18b22fdcaffdcc61b2a46eef31c38653a847be (diff) | |
download | DotNetOpenAuth-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.config | 3 |
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/> |