summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-10-09 16:44:11 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-10-09 16:44:11 -0700
commit39bc8273944a4bea62b14bf000b58a3456386644 (patch)
treef6742aa2888f35a68ec35423eff50eaa94863a20 /projecttemplates/WebFormsRelyingParty
parent378db560d5784562e0fe5e494943fa2dfa68f036 (diff)
downloadDotNetOpenAuth-39bc8273944a4bea62b14bf000b58a3456386644.zip
DotNetOpenAuth-39bc8273944a4bea62b14bf000b58a3456386644.tar.gz
DotNetOpenAuth-39bc8273944a4bea62b14bf000b58a3456386644.tar.bz2
Fixes web.config references to OpenID behaviors that have changed name.
Also adds a build task that fixes up references to the unified assembly.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r--projecttemplates/WebFormsRelyingParty/Web.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Web.config b/projecttemplates/WebFormsRelyingParty/Web.config
index e76046f..24ec849 100644
--- a/projecttemplates/WebFormsRelyingParty/Web.config
+++ b/projecttemplates/WebFormsRelyingParty/Web.config
@@ -68,7 +68,7 @@
<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" />
+ <add type="DotNetOpenAuth.OpenId.Behaviors.AXFetchAsSregRelyingPartyTransform, DotNetOpenAuth.OpenId.RelyingParty" />
</behaviors>
<store type="RelyingPartyLogic.RelyingPartyApplicationDbStore, RelyingPartyLogic"/>
</relyingParty>