I am trying to implement an internal application running on intranet only to be authorized computer user by AD group.
Not sure what is involved to archive this in .Net Core 2.x.
Had googled many posts, but couldn't find any working solution to get the idea. I am thinking Role-based authorization might be the way to go?
Anyone has an example or pointing me the direction, please?
Thank you.