ASP.NET Core Integration testing JWT authenticated APIs How to avoid bypassing authentication in integration tests or depend on external services by issuing valid tokens using a test token provider.
Authentication ASP.Net Web API + Keycloak: A love story Configuring ASP.Net to use Keycloak for authentication
Authentication Using MSAL in a React SPA with Keycloak How to set up MSAL with Keycloak using a Next.js React SPA
Authentication Setting up Keycloak with MS SQL Server 2019 container How to set up Keycloak with MS SQL Server 2019
Authentication Creating protected API using Azure Functions .NET Worker How to secure your Azure Functions .NET Worker (w/.NET 5.0) using Azure Active Directory which works with self-hosting!
Azure AD Setting up Azure AD Application for authentication An Azure AD Application is basically just a entry in Azure AD saying: "I am application A, I offer certain roles and permissions that can be assigned to users and I would like Azure AD to handle the authentication".