Hi, I'm trying to setup a basic Azure AD scenario of having both a web application (ASP.net mvc / WebAPI) and a mobile application (Windows Phone, Windows 8, etc). For Win 8 I'm following the documentation Securing a Windows Store Application and REST Web Service Using Windows Azure AD (Preview). Everything goes fine otherwise but I cannot see the "Configure Web API Access for this Native Client Application" section in the configuration of native application. I assume it's been renamed to "Permissions to other applications"? Nevertheless, I cannot see my web application in the drop-down - it only shows "Windows Azure Active Directory" and "Windows Azure Service Management API".
Do I need to modify the web application registration in some way to expose it to this list? What should I enter for the OAuth "resource" parameter in the login request? If I enter the web application Url, request fails with error "AADSTS50001: Resource <uri> is not registered for the account".
Or is there something else that I'm missing?