summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-06-21 21:13:38 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-06-21 21:21:56 -0700
commit5e0b95bbcd78256f7e4172cc097e20fc49356d8a (patch)
tree2d4a79feb8915b3fd1473da2ca0221e45d05649f
parentce78dade456501974436a95fdcfbe97a8663c758 (diff)
downloadDotNetOpenAuth-5e0b95bbcd78256f7e4172cc097e20fc49356d8a.zip
DotNetOpenAuth-5e0b95bbcd78256f7e4172cc097e20fc49356d8a.tar.gz
DotNetOpenAuth-5e0b95bbcd78256f7e4172cc097e20fc49356d8a.tar.bz2
Fixed merge problem that corrupted a sample's web.config file.
-rw-r--r--samples/OpenIdRelyingPartyMvc/Web.config8
1 files changed, 5 insertions, 3 deletions
diff --git a/samples/OpenIdRelyingPartyMvc/Web.config b/samples/OpenIdRelyingPartyMvc/Web.config
index 6ba31bf..c4a4b71 100644
--- a/samples/OpenIdRelyingPartyMvc/Web.config
+++ b/samples/OpenIdRelyingPartyMvc/Web.config
@@ -47,9 +47,11 @@
<openid>
<relyingParty>
<security requireSsl="false" />
- <!-- The following OPTIONAL behavior allows RPs to use SREG only, but be compatible
- with OPs that use Attribute Exchange (in various formats). -->
- <add type="DotNetOpenAuth.OpenId.Behaviors.AXFetchAsSregTransform, DotNetOpenAuth" />
+ <behaviors>
+ <!-- The following OPTIONAL behavior allows RPs to use SREG only, but be compatible
+ with OPs that use Attribute Exchange (in various formats). -->
+ <add type="DotNetOpenAuth.OpenId.Behaviors.AXFetchAsSregTransform, DotNetOpenAuth" />
+ </behaviors>
</relyingParty>
</openid>
<messaging>