diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-10 20:52:03 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-10 20:52:03 -0700 |
commit | 3588b38fff5216468485d75642f91d283208c5c8 (patch) | |
tree | 38e7e22b904d00e9a4fa76f5dc11bc2735dadcaa | |
parent | 7985129d951639baf3ee80c16150ec91c984d6d6 (diff) | |
download | DotNetOpenAuth-3588b38fff5216468485d75642f91d283208c5c8.zip DotNetOpenAuth-3588b38fff5216468485d75642f91d283208c5c8.tar.gz DotNetOpenAuth-3588b38fff5216468485d75642f91d283208c5c8.tar.bz2 |
Removed extendedProtectionPolicy element from OAuthConsumer sample's Web.config file.
It didn't have any apparent effect, and it was breaking builds on some machines.
-rw-r--r-- | samples/OAuthConsumer/Web.config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/OAuthConsumer/Web.config b/samples/OAuthConsumer/Web.config index e0ffcbe..fc4c7dc 100644 --- a/samples/OAuthConsumer/Web.config +++ b/samples/OAuthConsumer/Web.config @@ -155,9 +155,7 @@ enabled="false" /> <security mode="Message"> <transport clientCredentialType="Windows" proxyCredentialType="None" - realm=""> - <extendedProtectionPolicy policyEnforcement="Never" /> - </transport> + realm=""/> <message clientCredentialType="Windows" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" /> </security> |