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/WebFormsRelyingParty | |
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/WebFormsRelyingParty')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Web.config | 2 |
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> |