The SSO tax, in dollars: what SAML actually costs at Auth0, WorkOS, and ClerkDEV Community [Unofficial]·3h ago·9 min readauthpricingssossotax
Our service discovery caught its own failure and switched itself offDEV Community [Unofficial]·1d ago·5 min readauthdistributedsystemsclusteringleaderelection
Your OTP regex assumes six digits. Supabase magic links don't.DEV Community [Unofficial]·1d ago·5 min readsupabaseauthtypescriptsecurity
Peter Pistorius - Redwood SDKPeter Pistorius discusses Redwood's evolution into a serverless React Server Components framework and his vision for personal software development.devtools.fm·Jun 1·51 min readFollowredwoodopen sourceinfradev tools
I made a small auth server template for Deno DeployI've fallen in love with Deno and its Deploy service, but also OpenAuth, so I made a simple template to deploy OpenAuth to Deno Deploy, using Deno KV for storage.finxol·May 26·1 min readFollowauthopen source
Extending OpenAuthI needed a self-hostable auth solution for the project I'm working on. OpenAuth's beautiful simplicity looked really promising. There were just a couple things I wanted adjusted, so I spent a weekend …finxol·Mar 31·5 min readFollowauthopen source
Graph API: getting users Active Directory group names and ids with the C# SDKLearn how to get the Azure Active Directory group names and ids from the Graph API using the C# SDK.John Reilly·Nov 23·6 min readFollowauthazurec#asp.net
Braden Sidoti - ClerkBraden Sidoti, CTO of Clerk, breaks down authentication complexity, session management challenges, and how Clerk evolved beyond just auth.devtools.fm·Nov 19·64 min readFollowtechnologyauthsecuritystartups
Azure Container Apps, Easy Auth and .NET authenticationAzure Container Apps support Easy Auth. However, .NET applications run in ACAs do not recognise Easy Auth authentication. This post explains the issue and solves it.John Reilly·Jun 11·6 min readFollowazureazure container appseasy authasp.net
Deep linking with Azure Static Web Apps and Easy AuthAzure Static Web Apps does not support deep linking with authentication. This post describes how to work around this limitation.John Reilly·Dec 4·5 min readFollowazure static web appsauthazure
Azure AD Claims with Static Web Apps and Azure FunctionsAuthorization with Azure Static Web Apps linked to Azure Functions has an issue. Azure AD app role claims are not supplied; this post will demo a workaround.John Reilly·Nov 17·7 min readFollowauthazure functionsazure static web appsazure
Making Easy Auth tokens survive releases on Linux Azure App ServiceTo prevent authentication issues during restarts or deployments, Microsoft is recommending Blob Storage for Token Cache to store and fetch tokens.John Reilly·Feb 16·4 min readFollowazureasp.neteasy authauth
Azure App Service, Easy Auth and Roles with .NET and Microsoft.Identity.WebThe `Microsoft.Identity.Web` library has authorization issues with roles. A `IClaimsTransformation` can map claims to fix the problem.John Reilly·Jan 17·2 min readFollowazureasp.neteasy authauth
Azure App Service, Easy Auth and Roles with .NET"Easy Auth" in Azure App Service doesnt currently work with .NET Core and .NET due to discrepancies. Open-source middleware can help solve the issue.John Reilly·Jan 14·4 min readFollowazureautheasy auth
Dual boot authentication with ASP.NETThe article explains how to have different authentication methods for two classes of users accessing an app. Code snippets are provided.John Reilly·Mar 22·6 min readFollowasp.netauthazure
ASP.NET Core authentication: hard-coding a claim in developmentThe DevelopmentModeAuthenticationHandler allows ASP.NET Core developers to hard code user authentication claims during development, easing testing.John Reilly·Aug 2·3 min readFollowasp.netauth
Cypress and Auth0The article explains how to automate Auth0 login using Cypress, by using the auth0-js client library, and creating a custom command.John Reilly·Jul 9·4 min readFollowauthautomated testing
Auth0, TypeScript and ASP.NET CoreAuth0 makes authentication and authorization simple. They offer Auth-As-A-Service, quick start and easy customization of settings.John Reilly·Jan 14·7 min readFollowreactasp.netauthtypescript
WCF - moving from Config to Code, a simple WCF service harness (plus implementing your own Authorization)John describes his approach to developing a Windows Service-hosted WCF service/client harness, including locking down WCF authorization.John Reilly·Mar 22·6 min readFollowauth
WCF Transport Windows authentication using NetTcpBinding in an Intranet environmentJohn explains authentication issues when migrating from .NET Remoting to WCF. The post highlights a security feature and suggests solutions.John Reilly·Feb 15·5 min readFollowauth