Multiple applications using the same Azure Mobile service for real-time authentication?

I have two separate applications and one Azure Mobile Service. Is there a way to connect both applications using Live Connection through the same Azure Mobile Service. The service allows you to associate one application with my Azure Mobile Service domain, but when I try to associate another application with the same service, I get an error message that it is already in use (this is correct, but intended!).

  • One Azure Mobile Service
  • 2x Various customer applications
  • Live auth

Is there a way around this, or am I forced to create a new mobile service for each type of application client that I have. This seems silly because they all use the same service center.

+3
source share
1 answer

This is currently not possible. If you look at the Identity settings for your Microsoft account, one of the requirements is a client identifier, which is associated with each individual identifier of a Windows 8 application.

0
source

All Articles