I am aware of Azure Active Directory, but not sure where to start.. or if it's the best option.
I have a .NET core App (deployed to Azure WebApp). I want to secure this app with o365 auth. When the person has logged in, I need to be able to track each request to the API based on a token.
I'm not sure if this is as simple as it sounds on- is it?
Thank you.