mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Append authentication patch to Azure
--HG-- branch : dev
This commit is contained in:
@@ -15,7 +15,13 @@
|
|||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
|
|
||||||
<appSettings/>
|
<appSettings>
|
||||||
|
<!--
|
||||||
|
This is a workaround. There’s a known issue that causes Forms Authentication to always redirect unauthenticated users
|
||||||
|
to ~/Account/Login, ignoring the forms authentication setting used in Web.config.
|
||||||
|
-->
|
||||||
|
<add key="autoFormsAuthentication" value="false" />
|
||||||
|
</appSettings>
|
||||||
<system.diagnostics configSource="Config\Diagnostics.config"/>
|
<system.diagnostics configSource="Config\Diagnostics.config"/>
|
||||||
|
|
||||||
<system.web.webPages.razor>
|
<system.web.webPages.razor>
|
||||||
|
Reference in New Issue
Block a user