diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-10-09 16:44:11 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-10-09 16:44:11 -0700 |
commit | 39bc8273944a4bea62b14bf000b58a3456386644 (patch) | |
tree | f6742aa2888f35a68ec35423eff50eaa94863a20 /projecttemplates | |
parent | 378db560d5784562e0fe5e494943fa2dfa68f036 (diff) | |
download | DotNetOpenAuth-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')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Web.config | 2 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Web.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/MvcRelyingParty/Web.config b/projecttemplates/MvcRelyingParty/Web.config index 246e83c..61d7aa8 100644 --- a/projecttemplates/MvcRelyingParty/Web.config +++ b/projecttemplates/MvcRelyingParty/Web.config @@ -65,7 +65,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> 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> |