I have a web application which runs on one server, but multiple domains (like ab.c, a-b.c, ab.d, a-b.d etc.) are pointed to this application. I would like to use other systems' (e.g. Google, Facebook, Microsoft) authentication. Google and Facebook are working fine, but it looks like Microsoft Live allows only one domain per application. Is that correct? If yes how to handle this? Does it exactly means I have to create separate application on MS developers site and I have to choose different Client ID for authentication based on user's referrer?
Asked
Active
Viewed 29 times
0
-
Well, can't you create subdomains? like app1.xyz.com, app2.xyz.com, etc – randominstanceOfLivingThing May 09 '16 at 14:12
-
no, i need these domains - you know it's like .eu, .com etc. - you have to cover your application with all possibilities a user can use. – user3523426 May 11 '16 at 08:35