Building a blogging app with Blazor: Adding Authentication
A tutorial on implementing JWT authentication in a Blazor blogging application to secure admin functions.
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.
Explains how to use Azure AD authentication and Managed Service Identity for secure, role-based access to Azure Storage Blobs and Queues.
Author explains why authentication will be taught in a separate course, not within the main JavaScript curriculum, to avoid overwhelming beginners.
The author debates whether to include authentication and server-side concepts in a JavaScript course, highlighting the security risks of client-side authentication.
A tutorial on implementing token-based authentication in an Angular application using NGRX Store and Effects for state management.
A developer's guide to Azure AD v2 and MSAL, covering converged authentication, app registration, and OpenID Connect compliance.
Explores configuring multi-tenant Azure AD applications with chained API calls and cyclic dependencies, detailing setup and known client applications.
Explains the OAuth Device Code Flow in Azure AD for authenticating apps without a web browser, including how it works and a C# example.
OpenIddict RC2 released with new features for third-party client support, application permissions, scope validation, and updated introspection endpoint.
A tutorial on implementing a custom HTTP Basic authentication scheme within the ASP.NET Core 2.0 authentication framework.
A tutorial on using Sinon.js to stub Passport authentication middleware and database calls in a Node.js and Koa API for isolated testing.
A sample Windows native OIDC client using a custom URI scheme and named pipes to handle authentication responses from the system browser.