-1
I have a database authentication application using OWIN and Identity. A client requested single Sign on with ADFS on premisse. I did it directly through OWIN, but the client requests a federation url (with metadata), which I don’t have. To circumvent, I think to authenticate with Azure AD with the least effort possible (I thought to use the ldap library and only check if the user exists) and in Azure AD configure the SSO.
This scenario is valid?