diff options
Diffstat (limited to 'nuget')
-rw-r--r-- | nuget/content/web.config.transform | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nuget/content/web.config.transform b/nuget/content/web.config.transform index 07e22d9..1958981 100644 --- a/nuget/content/web.config.transform +++ b/nuget/content/web.config.transform @@ -39,9 +39,15 @@ <dotNetOpenAuth> <!-- This is an optional configuration section where aspects of dotnetopenauth can be customized. --> <!-- For a complete set of configuration options see http://www.dotnetopenauth.net/developers/code-snippets/configuration-options/ --> + <!-- You may also refer to README.Bin.html for instructions on enabling Intellisense for this section. --> <openid> <relyingParty> - <security requireSsl="false" /> + <security requireSsl="false"> + <!-- Uncomment the trustedProviders tag if your relying party should only accept positive assertions from a closed set of OpenID Providers. --> + <!--<trustedProviders rejectAssertionsFromUntrustedProviders="true"> + <add endpoint="https://www.google.com/accounts/o8/ud" /> + </trustedProviders>--> + </security> <behaviors> <!-- The following OPTIONAL behavior allows RPs to use SREG only, but be compatible with OPs that use Attribute Exchange (in various formats). --> |