Slide 6
Slide 6 text
• Resource Server has code to check if a user has access to a resource
• For ASP.NET Core we can use Authorization policies to protect
• Endpoints
• Data (use IAuthorizationService)
• Use database to limit access to data (where clauses, views, etc.)
Keycloak Authorization for .NET Developers
Roll your own