What have you done for me lately? (Feb 2023)
A developer's personal recap of side projects, blog posts for work, Advent of Code participation, and tech event sketch notes from the past year.
A developer's personal recap of side projects, blog posts for work, Advent of Code participation, and tech event sketch notes from the past year.
A technical guide on integrating a custom HTTP client with Go's OAuth2 package and the GitHub SDK for testing and API interactions.
A comprehensive guide to implementing OAuth 2.0 authorization with multiple providers (Google, GitHub, Amazon) in a Node.js backend using Passport.js.
A guide to implementing the OAuth 2.0 PKCE authorization flow for secure access in single-page and mobile applications.
A guide to adding OAuth2 authentication to a Meetup API custom connector for Azure Logic Apps after API changes.
OpenIddict 3.0 beta6 introduces explicit response type permissions, replacing the old inferred system, and removes the hybrid client type.
Announcement of major changes to the IdentityServer project, including its future development and commercial support plans.
OpenIddict 3.0 beta2 release notes: removed System.Linq.Async dependency and MongoDB auto-initialization for performance.
Announcing OpenIddict 3.0 beta1, a major rewrite of the OpenID Connect server and validation library for .NET with new features and broader framework support.
Explains how to retrieve access and refresh tokens from an ASP.NET Core authentication handler to make authenticated API calls.
Analyzes the security concerns and evolving best practices for the OAuth2 implicit flow, especially for browser-based applications.
OpenIddict 1.0 and 2.0 are now officially released, featuring a security fix, built-in entity caching, and an updated event model.
A developer's summary of recent and upcoming technical projects, including blog series on Dapper.NET, Clojure, .NET Core, and Angular with Auth0.
OpenIddict RC3 release introduces revamped registration APIs, specialized service builders, and a new validation handler for ASP.NET Core.
A technical guide on setting up Azure AD authentication for ASP.NET Core APIs, covering app registration, scope validation, and creating a test client.
A guide to debugging JWT-protected APIs secured by Azure AD B2C, covering essential tools and workflows for developers.
OpenIddict RC2 released with new features for third-party client support, application permissions, scope validation, and updated introspection endpoint.
Explains the Azure AD error AADSTS90094, detailing why it occurs when admin consent is missing for app permissions and how to resolve it.
A guide to defining delegated and application permissions (scopes and roles) for an app in Azure Active Directory using the application manifest.
A technical guide on implementing automatic user sign-in after registration using Identity Server and One-Time-Access-Codes in ASP.NET.