I am working on a simple website that will use Azure for authentication and authorization. I have 5 actual aspx pages. I need to have certain pages restricted so that based on who is logged into the site with there credentials they do or don't have access. I would like to use app roles from Azure to control this but need some help. I am not sure what to do to get this going and can only find examples of asp. core.
i have already created my roles on the app in Azure.
Admin
Non-Admin
Any help would be appreciated.