I am trying to Create API with .net core to authenticate users to azure active directory and get the token on the response.
users will be able to hit post request to my api with their username and password and i will login on behalf of them to azure active directory.
Any suggestion how I can do that ?