Hi,
Am developing a Windows Store 8.1 app using C# and xaml.
I am doing Single sign on using Azure Active Directory Account login.
When i do this a log in pop up is displaying, instead of this i have added a custom log in page with username and password.
when the user enter the credentials then it has to check with the Azure Active Directory Account login.
How can i achieve this?