diff options
Diffstat (limited to 'samples/OpenIdWebRingSsoProvider/Web.config')
-rw-r--r-- | samples/OpenIdWebRingSsoProvider/Web.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OpenIdWebRingSsoProvider/Web.config b/samples/OpenIdWebRingSsoProvider/Web.config index 3304e97..f439bb4 100644 --- a/samples/OpenIdWebRingSsoProvider/Web.config +++ b/samples/OpenIdWebRingSsoProvider/Web.config @@ -57,10 +57,13 @@ <add key="whitelistedRealms" value="http://localhost:39165/;http://othertrustedrealm/"/> <!-- Set ImplicitAuth to true when using Windows auth, or false for FormsAuthentication --> <add key="ImplicitAuth" value="true"/> + + <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> </appSettings> <connectionStrings/> <system.web> + <httpRuntime targetFramework="4.5" /> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this |