I am building a Windows Store LOB Application that will utilize Azure Active Directory as the IP, and Azure ACS for authentication. I have AAL setup in my project, however, I'm having a hard time finding sample code and instructions for non-browser related authentication. I will be collecting the user's Azure AD credentials inside the application manually (this is a requirement), then passing them to ACS to validate and retrieve a token for use by Azure Web Services (controlled by the same ACS).
I could really use some good direction on this method.