I'm developing a windows phone app by using Azure Management Libraries in order to manage my Azure Websites. I used Azure Active Directory for authentication as mentioned here and everthing works great for me. But I'm getting "AuthenticationFailed: A security token exception occurred for the received JWT token" error when a different user signs in with his account.
Is there any way to make my windows phone app accessible for anyone who has an Azure Subscription? How can I handle this authentication problem to use MAML ?
The problem is that the application you are creating is allowed to access your resources, and not the resources of other subscriptions.
I think the only way to do this to use the publish settings file downloading from here.
After your users download the publish setting file they can use that to manage resources described at this post.