I am trying to pass Azure Active Directory credentials from an Angular 2 app to an ASP.NET Core 2.0 Web API so that the Web API can react based on the user's properties and permissions.
If I authenticate at the Angular app, how do I pass the credentials to the API to authenticate?
If I am using OpenIdConnect, it requires to enter username & password at a Microsoft url.