【发布时间】:2013-11-13 01:18:57
【问题描述】:
WAAD 登录页面似乎不正确,尤其是因为品牌。是否可以在具有表单身份验证的 MVC 应用程序的 web.config 中使用 WAAD 默认域。例如:
<connectionStrings>
<add name="WAAD" connectionString="LDAP://mydomain.onmicrosoft.com:389"/>
</connectionStrings>
我尝试了配置错误Unable to establish secure connection with the server.
【问题讨论】:
标签: asp.net-mvc-4 azure active-directory forms-authentication