I was looking into SSO with Azure AD for a customer, and Microsoft seems to push towards the new Graph API.
Their documentation says that if your app/website authenticates with a password, you should do password authentication with the graph api.
But when going to the api reference, they say it's not available yet.
So, how would we go about it, if at all?
Is it possible to integrate an existing login form with Azure AD?
Is it possible to auto-detect the current windows domain user to bypass the login form, like the old days with on-prem AD?
Thanks.