Skip to content

Commit

Permalink
fix gallery sign in issue for microsoft accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdecoster committed Jun 24, 2015
1 parent 67cba29 commit 7e60629
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/NuGetGallery/Web.config
Expand Up @@ -108,6 +108,8 @@
<add key="PreserveLoginUrl" value="true" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="autoFormsAuthentication" value="false" />
<add key="enableSimpleMembership" value="false" />
</appSettings>
<connectionStrings>
<add name="Gallery.SqlServer" connectionString="Data Source=(LocalDB)\v11.0;Initial Catalog=NuGetGallery;Integrated Security=SSPI" providerName="System.Data.SqlClient" />
Expand Down Expand Up @@ -208,9 +210,6 @@
</location>

<system.web>
<authentication mode="Forms">
<forms loginUrl="~/users/account/LogOn" timeout="120"/>
</authentication>
<compilation debug="true" targetFramework="4.5">
</compilation>
<pages controlRenderingCompatibilityVersion="4.0">
Expand Down

0 comments on commit 7e60629

Please sign in to comment.