summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/App.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Test/App.config')
-rw-r--r--src/DotNetOpenAuth.Test/App.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/App.config b/src/DotNetOpenAuth.Test/App.config
index 2182312..359e25f 100644
--- a/src/DotNetOpenAuth.Test/App.config
+++ b/src/DotNetOpenAuth.Test/App.config
@@ -1,8 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
+ <section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<section name="dotNetOpenAuth" type="DotNetOpenAuth.Configuration.DotNetOpenAuthSection, DotNetOpenAuth"/>
</configSections>
+
+ <!-- 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. -->
+ <uri>
+ <idn enabled="All"/>
+ <iriParsing enabled="true"/>
+ </uri>
+
<dotNetOpenAuth>
<!-- The values here are carefully chosen to be somewhat weird so that tests can be
reasonably confident that if the values are the weird ones here that they did