I know that is possible to configure the Azure AD SSO between Office 365 portals, but how can I do it programmatically?
Are there any ways in local ASP.NET web application to authenticate a user in Azure AD programmatically using username/password without prompt Azure AD logon screen, get a token and then redirect to Microsoft Stream page with the user authenticated?
I cannot find this functionality in Microsoft Graph API and the Microsoft Stream API are in development.