Google+ shutdown: fixing Google authentication in ASP.NET Core
Guide to fixing Google authentication in ASP.NET Core after Google+ API shutdown, using OpenID Connect as a replacement.
Guide to fixing Google authentication in ASP.NET Core after Google+ API shutdown, using OpenID Connect as a replacement.
Analyzes the security concerns and evolving best practices for the OAuth2 implicit flow, especially for browser-based applications.
A visual guide to setting up a Firebase project and enabling email/password authentication for web applications.
Analysis of CVE-2018-1002105, a critical Kubernetes API server vulnerability allowing privilege escalation and arbitrary backend requests.
A tutorial on integrating Firebase backend services with a React Native application to build an MVP quickly.
A technical guide on implementing Azure AD single sign-out in ASP.NET Core applications, explaining configuration and the SameSite cookie requirement.
A tutorial on implementing token-based authentication in Django REST Framework for secure API user identification.
A beginner's guide to building a React application with Firebase for authentication and a realtime database.
A step-by-step tutorial on building a full-stack MERN application with user authentication and Material UI for the frontend.
A video tutorial series covering Django's authentication system, including signup, login, password management, and view protection.
OpenIddict 1.0 and 2.0 are now officially released, featuring a security fix, built-in entity caching, and an updated event model.
A tutorial on implementing JWT authentication in a Blazor blogging application to secure admin functions.
Part 2 of a guide on implementing Azure AD authentication in ASP.NET Core APIs, covering custom permissions and multi-tenant configuration.
Summary of July 2018 updates to Azure AD Managed Service Identity, including new user-assigned identities and supported services.
Explains a key security change in ASP.NET Core 2.1 where authorization filters are combined, altering authentication and role-checking behavior.
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 the new OpenIddict RC3 events model to implement advanced OAuth/OpenID Connect scenarios in your applications.
OpenIddict RC3 release introduces revamped registration APIs, specialized service builders, and a new validation handler for ASP.NET Core.
Announcing the RTM release of aspnet-contrib OAuth 2.0/OpenID 2.0 social providers for ASP.NET Core 1.x and 2.x, with a list of available packages.
A technical guide on setting up Azure AD authentication for ASP.NET Core APIs, covering app registration, scope validation, and creating a test client.