<?xml version=
"1.0"
encoding=
"utf-8"
?>
<!--
For
more
information on how to configure your ASP.NET application, please visit
http:
//go
.microsoft.com
/fwlink/
?LinkId=301880
-->
<configuration>
<appSettings>
<add key=
"webpages:Version"
value=
"3.0.0.0"
/>
<add key=
"webpages:Enabled"
value=
"false"
/>
<add key=
"ClientValidationEnabled"
value=
"true"
/>
<add key=
"UnobtrusiveJavaScriptEnabled"
value=
"true"
/>
<add key=
"ida:ClientId"
value=
"cbc2336e-e7aa-445e-a751-8219830b873a"
/> <!--在AAD中注册应用程序完成时获取到的ID-->
<add key=
"ida:Tenant"
value=
"beyondsoft100.partner.onm51CTO提醒您,请勿滥发广告!"
/> <!--contoso.onmicrosoft.com]--> <!--当前租户名称:当前目录中粗行间用户是所用的后缀名-->
<add key=
"ida:AADInstance"
value="
https:
//login
.chinacloudapi.cn/{0}"
/> <!--在AAD的端点好看也可以获取到-->
<add key=
"ida:PostLogoutRedirectUri"
value="
https:
//localhost
:44320?username=
test
/"
/> <!--在AAD中注册程序时所填写的返回URL地址-->
<
/appSettings
>
<system.web>
<compilation debug=
"true"
targetFramework=
"4.5"
/>
<httpRuntime targetFramework=
"4.5"
/>
<
/system
.web>
<runtime>
<assemblyBinding xmlns=
"urn:schemas-microsoft-com:asm.v1"
>
<dependentAssembly>
<assemblyIdentity name=
"System.Web.Optimization"
publicKeyToken=
"31bf3856ad364e35"
/>
<bindingRedirect oldVersion=
"1.0.0.0-1.1.0.0"
newVersion=
"1.1.0.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"WebGrease"
publicKeyToken=
"31bf3856ad364e35"
/>
<bindingRedirect oldVersion=
"0.0.0.0-1.6.5135.21930"
newVersion=
"1.6.5135.21930"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"Microsoft.Owin"
publicKeyToken=
"31bf3856ad364e35"
culture=
"neutral"
/>
<bindingRedirect oldVersion=
"0.0.0.0-3.0.1.0"
newVersion=
"3.0.1.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"Microsoft.Owin.Security"
publicKeyToken=
"31bf3856ad364e35"
culture=
"neutral"
/>
<bindingRedirect oldVersion=
"0.0.0.0-3.0.1.0"
newVersion=
"3.0.1.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"Antlr3.Runtime"
publicKeyToken=
"eb42632606e9261f"
culture=
"neutral"
/>
<bindingRedirect oldVersion=
"0.0.0.0-3.5.0.2"
newVersion=
"3.5.0.2"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"Newtonsoft.Json"
publicKeyToken=
"30ad4fe6b2a6aeed"
culture=
"neutral"
/>
<bindingRedirect oldVersion=
"0.0.0.0-6.0.0.0"
newVersion=
"6.0.0.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"System.Web.Helpers"
publicKeyToken=
"31bf3856ad364e35"
/>
<bindingRedirect oldVersion=
"1.0.0.0-3.0.0.0"
newVersion=
"3.0.0.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"System.Web.WebPages"
publicKeyToken=
"31bf3856ad364e35"
/>
<bindingRedirect oldVersion=
"1.0.0.0-3.0.0.0"
newVersion=
"3.0.0.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"System.Web.Mvc"
publicKeyToken=
"31bf3856ad364e35"
/>
<bindingRedirect oldVersion=
"1.0.0.0-5.2.3.0"
newVersion=
"5.2.3.0"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken=
"31bf3856ad364e35"
culture=
"neutral"
/>
<bindingRedirect oldVersion=
"0.0.0.0-4.0.2.28"
newVersion=
"4.0.2.28"
/>
<
/dependentAssembly
>
<dependentAssembly>
<assemblyIdentity name=
"Microsoft.IdentityModel.Protocol.Extensions"
publicKeyToken=
"31bf3856ad364e35"
culture=
"neutral"
/>
<bindingRedirect oldVersion=
"0.0.0.0-1.0.2.28"
newVersion=
"1.0.2.28"
/>
<
/dependentAssembly
>
<
/assemblyBinding
>
<
/runtime
>
<
/configuration
>