From API key to user with ASP.NET Web API
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 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.