Articles
I’ve written several technical articles since 1997 for various blogs, websites, and magazines, both in English and in Italian. Here you can find a list of the most recent ones:
ASP.NET Core Authentication Behind Proxies
Learn how to overcome ASP.NET Core authentication configuration issues when your application is behind a proxy, load balancer, gateway, container, or similar system.
2024-10-24
Is This Intelligence?
Is artificial intelligence truly intelligent or is it nothing more than a trained machine?
2024-10-20
The Curious 'Case' of the Bearer Scheme
A wrong interpretation of the OAuth specifications can lead to hours of debugging and headaches. Learn the details to avoid them.
2024-09-30
Identity Challenges for AI-Powered Applications
What are the Identity security challenges that developers of AI-based applications must be aware of? Let’s explore some of them.
2024-08-28
Use Private Key JWTs to Authenticate Your .NET Application
Add Private Key JWT authentication to your .NET application to empower security in sensitive contexts.
2024-07-17
New Templates for Building .NET Apps with Auth0 Authentication
A new release of the package Auth0 Templates for .NET is out with new project templates and other improvements.
2024-06-05
Introducing the Auth0 Session Management API
Let’s take an overview of the new Session Management API, which allows you to manage your user sessions.
2024-05-29
The Backend for Frontend Pattern
Learn how to keep tokens more secure by using the Backend for Frontend (BFF) architectural pattern.
2024-04-29
Call Protected APIs from a Blazor Web App
Calling a protected API from a .NET 8 Blazor Web App can be a bit tricky. Let's see what the problems are and how to solve them.
2024-04-16