hello
I am working on a new MVC web site and would like the authentication to come from a azure AD. We have this working for accounts created in the Azure 'AD', these show asSourced from Windows Azure Active Directory. But I would like users to use existing microsoft accounts, I can add these to the Azure AD and these show assourced from 'Microsoft Account'. what we cannot seem to do, is authenticate against these microsoft account in the Azure AD. We can configure the website to authenicate against the microsoft account if we ignore the Azure AD, but then anyone with a microsoft account can access the web site.
does anyone know if its possible to authenticate against the Azure AD when the users account is a existing MS account?
been struggling with this for a few weeks, would be very gratefully for any advice.