Authorization framework provides the flexibility to authorize user/groups. It generates token for authenticated user and adds application roles assign to user in databases. Using this we can also display user specific UI, include access control on Application, etc.
Import databse project and create database to configure user Roles.
Add your connection string.
Add your Federation Medata URL, Application URL and API Name in web.config App Sesttings.
For more check out the documentation