Is there any way to validate user credentials in Azure Active Directory from an application that collects those credentials directly, without requiring the user to interact with any other interface but my own?
We have a custom OpenID identity provider that we use for federated identity. It authenticates user against a number of credential stores, and we would like to use Azure Active Directory as an additional credential store, but we want to keep the login UI consistent so that users enter their username and password into our application without interacting with any interface provided by AAD.
Is this possible?
We have a custom OpenID identity provider that we use for federated identity. It authenticates user against a number of credential stores, and we would like to use Azure Active Directory as an additional credential store, but we want to keep the login UI consistent so that users enter their username and password into our application without interacting with any interface provided by AAD.
Is this possible?