Tag: auth

21 posts
E
ewan's devlog
devlog.croft.click

atpkt JVM 21 and OAuth/DPoP

Build configuration updates for JVM 21 and implementation of OAuth/DPoP authentication flow.

May 29, 2026
E
ewan's devlog
devlog.croft.click

Azurite UI Overhaul

Feb 28, 2026

Goal of Blogs

@jaredlemler.bsky.social

Dec 18, 2025

I really don't want to be you

Server side session management while avoiding storing any user authentication token on the server itself.

Oct 29, 2025
E
ewan's devlog
devlog.croft.click

Atproto Snake Game Improvements

Aug 14, 2025
Devtools FM icon
Devtools FM
devtools.fm

Peter Pistorius - Redwood SDK

Peter Pistorius discusses Redwood's evolution into a serverless React Server Components framework and his vision for personal software development.

May 31, 2025
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Graph API: getting users Active Directory group names and ids with the C# SDK

Learn how to get the Azure Active Directory group names and ids from the Graph API using the C# SDK.

Nov 22, 2023
Devtools FM icon
Devtools FM
devtools.fm

Braden Sidoti - Clerk

Braden Sidoti, CTO of Clerk, breaks down authentication complexity, session management challenges, and how Clerk evolved beyond just auth.

Nov 18, 2023
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps, Easy Auth and .NET authentication

Azure 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.

Jun 10, 2023
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Deep linking with Azure Static Web Apps and Easy Auth

Azure Static Web Apps does not support deep linking with authentication. This post describes how to work around this limitation.

Dec 3, 2022
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure AD Claims with Static Web Apps and Azure Functions

Authorization 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.

Nov 16, 2022
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Making Easy Auth tokens survive releases on Linux Azure App Service

To prevent authentication issues during restarts or deployments, Microsoft is recommending Blob Storage for Token Cache to store and fetch tokens.

Feb 15, 2021
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure App Service, Easy Auth and Roles with .NET and Microsoft.Identity.Web

The `Microsoft.Identity.Web` library has authorization issues with roles. A `IClaimsTransformation` can map claims to fix the problem.

Jan 16, 2021
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

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.

Jan 13, 2021
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Dual boot authentication with ASP.NET

The article explains how to have different authentication methods for two classes of users accessing an app. Code snippets are provided.

Mar 21, 2020
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

ASP.NET Core authentication: hard-coding a claim in development

The DevelopmentModeAuthenticationHandler allows ASP.NET Core developers to hard code user authentication claims during development, easing testing.

Aug 1, 2019
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Cypress and Auth0

The article explains how to automate Auth0 login using Cypress, by using the auth0-js client library, and creating a custom command.

Jul 8, 2018
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Auth0, TypeScript and ASP.NET Core

Auth0 makes authentication and authorization simple. They offer Auth-As-A-Service, quick start and easy customization of settings.

Jan 13, 2018
ばうあーろぐ icon
ばうあーろぐ
girigiribauer.com

Firebase を認証だけで利用すると色々捗る

Firebase の認証周りは導入がめっちゃ楽です。 自分でやろうとすると大きく手間のかかる部分である認証部分の実装ですが、 Firebase を利用することで認証部分の実装を大きくショートカットすることができます。 さくっとサービスを立ち上げたい人にとっては、 よくある認証管理だとか、SNS との連携だとか、 その辺のバックエンドはさらっと済ませて もっとサービスのコアのフロントエンドに注力したいところです。 Firebase とは Firebase を知らない人のためにざっくり紹介すると、 認証、ストレージなどのよくあるバックエンドの実装を一通り提供してくれていて、 気軽に利用することができる Google のサービスです。 (解説ページはいくらでもあるのでざっくりに留めておきます) 作り手はクライアントサイドに注力すれば良いので、 作りたいものをさっと作ろうというとき にはとても便利です。 Firebase を認証だけで利用する 下記に詳しく掲載されていますが、 Firebase の認証を利用するときは大きく2種類の方法があります。 Firebase Authentication Firebase Authentication lets you add an end-to-end identity solution to your app for easy user … firebase.google.com FirebaseUI Auth を使う方法 Firebase SDK Authentication を使う方法 前者は間接的に後者を利用しているようなので、 実質後者が使えれば良いと思います。 (ちゃんと追ってないので事実でないかも) 前者に関しては読み込んで設定ちょっと追加すれば すぐに使えるという利点があるのですが、 中で何やってるのか良く分からなかったという点と カスタマイズがしづらそうという点が気になったので 後者の Firebase SDK Authentication を少し検証してみました。 GitHub - girigiribauer/firebase-sample-auth: firebase-sample-auth firebase-sample-auth. Contribute to girigiribauer/firebase-sample-auth development by creating an … github.com

Oct 4, 2017
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

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.

Mar 21, 2012
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

WCF Transport Windows authentication using NetTcpBinding in an Intranet environment

John explains authentication issues when migrating from .NET Remoting to WCF. The post highlights a security feature and suggests solutions.

Feb 14, 2012