diff options
author | David Christiansen <coding@davedoes.net> | 2013-08-16 22:29:56 +0100 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2013-08-16 22:29:56 +0100 |
commit | 11ee249a46b6bc2c7ae0b937e1b957e770b7cac0 (patch) | |
tree | f1693a5ea6fec1ed899e2289377c4352be09490b /src | |
parent | dfdaff9a8a7006731b696dda6c01468ddbbce9b8 (diff) | |
parent | b352d3740ad1f2a8af5c7cdc080d08893340c836 (diff) | |
download | DotNetOpenAuth.Samples-11ee249a46b6bc2c7ae0b937e1b957e770b7cac0.zip DotNetOpenAuth.Samples-11ee249a46b6bc2c7ae0b937e1b957e770b7cac0.tar.gz DotNetOpenAuth.Samples-11ee249a46b6bc2c7ae0b937e1b957e770b7cac0.tar.bz2 |
Merge remote-tracking branch 'remotes/2dnoa/master' into develop
Diffstat (limited to 'src')
-rw-r--r-- | src/OAuth/OAuthClient/Web.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OAuth/OAuthClient/Web.config b/src/OAuth/OAuthClient/Web.config index f7bac2f..7971de8 100644 --- a/src/OAuth/OAuthClient/Web.config +++ b/src/OAuth/OAuthClient/Web.config @@ -31,7 +31,7 @@ <!-- Google sign-up: https://www.google.com/accounts/ManageDomains -->
<add key="googleConsumerKey" value="anonymous" />
<add key="googleConsumerSecret" value="anonymous" />
- <!-- Yammer sign-up: https://www.yammer.com/client_applications/new -->
+ <!-- Yammer sign-up: https://www.yammer.com/client_applications -->
<add key="yammerConsumerKey" value="" />
<add key="yammerConsumerSecret" value="" />
<!-- Facebook sign-up: http://developers.facebook.com/setup/ -->
@@ -139,4 +139,4 @@ before trusting HTTPS certificates. But this setting tends to not
be allowed in shared hosting environments. --><!--<servicePointManager checkCertificateRevocationList="true"/>--></settings></system.net><uri><!-- The uri section is necessary to turn on .NET 3.5 support for IDN (international domain names),
which is necessary for OpenID urls with unicode characters in the domain/host name.
- It is also required to put the Uri class into RFC 3986 escaping mode, which OpenID and OAuth require. --><idn enabled="All" /><iriParsing enabled="true" /></uri></configuration>
\ No newline at end of file + It is also required to put the Uri class into RFC 3986 escaping mode, which OpenID and OAuth require. --><idn enabled="All" /><iriParsing enabled="true" /></uri></configuration> |