Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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). 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. This can be confusing to end users as they are expecting to use 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. 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 . NB. I can't see what the error is as it is on an Azure ACS server.

has anyone here managed to successfully set up a custom domain for ACS and can advise on how to do it? 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.

like image 864
ChrisV Avatar asked May 27 '11 10:05

ChrisV


1 Answers

Unfortunately, I don't think this is supported today in ACS.

like image 175
Eugenio Pace Avatar answered Nov 04 '22 22:11

Eugenio Pace