IdentityManager2
IdentityManager2 is an updated version of the ASP.NET user management tool for ASP.NET Core, now stewarded by Rock Solid Knowledge.
IdentityManager2 is an updated version of the ASP.NET user management tool for ASP.NET Core, now stewarded by Rock Solid Knowledge.
Explains how to use Azure AD authentication and Managed Service Identity for secure, role-based access to Azure Storage Blobs and Queues.
A guide to writing unit tests in ASP.NET Core to automatically verify that security attributes like AuthorizeAttribute are applied to controllers and actions.
A guide to applying authorization globally in ASP.NET Core, covering single-policy and multi-policy scenarios using filters and conventions.
A technical guide on implementing and using Role Claims in ASP.NET Identity Core for managing application permissions.
A guide to implementing Access Control List (ACL) authorization using the Gate system in Laravel 5.1.
A guide to implementing authentication and authorization in an AngularJS/Spring Boot app using Spring Security and Spring Session.
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
Explores using Policy objects and Extractors in Rails to handle multi-provider OAuth authentication cleanly, moving beyond CanCan/Pundit for authorization.
A guide on implementing API key authentication in ASP.NET Web API using a custom DelegatingHandler to map keys to user identities.
A guide on implementing OAuth2 delegation for ASP.NET Web API using Windows Azure Access Control Service to simplify authentication.
A developer shares a cleaner method for defining user authorization roles using the CanCan gem in Ruby on Rails.
Announcing the stable 1.0 release of MvcSiteMapProvider for ASP.NET MVC, highlighting new features like ACL extensibility and dynamic parameters.
Explores implementing Forms-based security in ASP.NET MVC, covering Web.config limitations and using Code Access Security attributes for authorization.
A technical guide on implementing security trimming for ASP.NET 2.0 sitemaps using web.config and authorization rules.