I'm developing a local ASP.NET web application with a custom login page to authenticate users in Azure AD. I whant to make a request to Azure AD passing the username/password and get the token/user_info to authenticate the user, without prompt the Azure AD login screen.
- Somebody knows how can I make this request?
- Is it possible?
I'm trying to use OpenID connect, OAuth, JWT.