@damienbod

364 Followers
304 Following
258 Posts
Aspire Azure SQL deployment bug

This week, I was updating my Aspire applications after the latest release and I ran into a deployment bug for my test deployments. I could no longer deploy the database to Azure SQL. I got the foll…

Software Engineering

Released 2.0.4: BFF security architecture using ASP.NET Core and Angular CLI

https://github.com/damienbod/bff-aspnetcore-angular

#aspnetcore #dotnet #angular #angular-cli #bff #oidc #oauth #security #entra

GitHub - damienbod/bff-aspnetcore-angular: Backend for frontend security using Angular CLI and ASP.NET Core backend

Backend for frontend security using Angular CLI and ASP.NET Core backend - damienbod/bff-aspnetcore-angular

GitHub
Using configurable token lifetimes in Microsoft Entra ID, .NET and Microsoft Graph

Configurable token lifetimes in the Microsoft identity platform went GA and I thought I would look at implementing this using a .NET console application using Microsoft Graph . This article looks a…

Software Engineering

Updated to .NET 10: Generating certiticates in .NET made easy

https://github.com/damienbod/AspNetCoreCertificates

Released a new Nuget package:

https://www.nuget.org/packages/CertificateManager

GitHub - damienbod/AspNetCoreCertificates: Certificate Manager in .NET Core for creating and using X509 certificates

Certificate Manager in .NET Core for creating and using X509 certificates - damienbod/AspNetCoreCertificates

GitHub
Remove sign-up from Entra External ID user flows

This article shows how to remove the sign-up flow from Entra External ID user flows. This is required because SMS and Phone validation can be abused by bots to run up costs on the tenant. The bots …

Software Engineering
Invite Guest users in a Entra ID Multi-tenant setup

This post looks at implementing a guest user invite in a cross tenant setup. This is useful when creating partner tenants using an Entra ID MAU license for all partner guests and members. This make…

Software Engineering

Updated: OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs

https://github.com/damienbod/AspNetCoreOpenIddict

#openiddict #passkeys #openid #oauth #grpc #angular #net10 #dotnet

GitHub - damienbod/AspNetCoreOpenIddict: OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs

OpenIddict with Angular and Blazor WASM BFF OpenID Connect Code Flow with PKCE clients and ASP.NET Core APIs - GitHub - damienbod/AspNetCoreOpenIddict: OpenIddict with Angular and Blazor WASM BFF ...

GitHub
Add application security to the swiyu generic management verifier APIs using OAuth

The article looks at implementing security using OAuth for the swiyu Public Beta Trust Infrastructure generic containers. The container provides endpoint for OpenID verification and the management …

Software Engineering
Isolate the swiyu Public Beta management APIs using YARP

This post looks at hardening the security for the swiyu public beta infrastructure. The generic containers provide both management APIs and wallet APIs which support the OpenID for Verifiable Prese…

Software Engineering