简体   繁体   English

Azure ACS 2 自定义域

[英]Azure ACS 2 Custom Domain

I'm trying to set up Authentication in an ASP.NET MVC App and if so using the Azure Access Control Service (ACS) (v2 May 2011 release).我正在尝试在 ASP.NET MVC 应用程序中设置身份验证,如果是这样,请使用 Azure 访问控制服务 (ACS)(v2 May 2011 发布)。 I've got this working with the default setup.我已经使用默认设置进行了此操作。 However there is a usability problem here.但是这里存在可用性问题。

When I authenticate using my Google Account... Google says.. mydomain.accesscontrol.windows.net is requesting access to the account.当我使用我的 Google 帐户进行身份验证时...... Google 说...... mydomain.accesscontrol.windows.net正在请求访问该帐户。 This can be confusing to end users as they are expecting to use login.mydomain.com .这可能会让最终用户感到困惑,因为他们希望使用login.mydomain.com

I've pointed a DNS CNAME record from login.mydomain.com to mydomain.accesscontrol.windows.net and uploaded an X.509 cert for login.mydomain.com via the Access Control Services Control Panel.我已经将一条 DNS CNAME 记录从login.mydomain.com指向mydomain.accesscontrol.windows.net并通过访问控制服务控制面板上传了login.mydomain.com的 X.509 证书however I get a server error when I try to access https://login.mydomain.com as the certificate sent to the browser is for *.accesscontrol.windows.net .但是,当我尝试访问https://login.mydomain.com时出现服务器错误,因为发送到浏览器的证书是针对*.accesscontrol.windows.net的。 NB.注意。 I can't see what the error is as it is on an Azure ACS server.我看不到 Azure ACS 服务器上的错误是什么。

has anyone here managed to successfully set up a custom domain for ACS and can advise on how to do it?这里有没有人成功地为 ACS 设置了一个自定义域并且可以建议如何去做? It seems it's possible for the Roles and Storage accounts, but I can't find any documentation on this for the AppFabric group of services. Roles 和 Storage 帐户似乎是可能的,但我找不到 AppFabric 服务组的任何文档。

Unfortunately, I don't think this is supported today in ACS.不幸的是,我认为今天 ACS 不支持这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM