Backend-less applications with Auth0 and Azure Table Storage
There are plenty of scenarios where mobile applications don’t need a backend, but where an online, centralized data store is still required. To save a user profile, pictures, documents, settings,...
View ArticleUsing Auth0 and the Belgian eID card to secure your Web/Cloud/AngularJS...
The Belgian eID is a smartcard which contains the name, date of birth, address, picture of a Belgian citizen and almost everyone in Belgium has one. Now because of the nation wide availability of this...
View ArticleUpdated RedDog Search and the RedDog Search Portal to Azure Search...
For today’s session on Azure Search here at Mobile Dev Day we updated both RedDog.Search and the RedDog Search Portal to match the latest version of the REST API, 2014-10-20-Preview. These changes...
View ArticleAwarded Microsoft Azure MVP and joining Auth0
Microsoft Azure MVP I’ve worked with the Microsoft Azure platform for quite some time now and the last few years it’s been more than a full-time job. Besides my job I’ve been doing a lot of other...
View ArticleRSS Feed Update
Dear reader, I migrated my blog from WordPress to Ghost which means my RSS feed url also changed. You can subscribe to the updated blog on the following address: http://fabriccontroller.net/rss See you...
View ArticleMy Windows Azure birthday cake!
Last week was my 27th birthday and for that occasion my wife made me a … Windows Azure cakeRead more...
View ArticleUsing Auth0 and the Belgian eID card to secure your Web/Cloud/AngularJS...
Adding eID support to your single page applications with Auth0 and E-ContractRead more...
View ArticleTransferring your Auth0 audit logs to Application Insights using a scheduled...
This article will explain how you can transfer your Auth0 audit logs to Azure Application InsightsRead more...
View ArticleAn in-depth overview of writing Cypress end-to-end tests when using Auth0
Cypress makes it extremely easy to write end to end tests, until your user have to sign in using a redirect based protocol (eg: OpenID Connect). This post covers how you can write Cypress tests when...
View ArticleConfiguring Auth0 as a custom authentication provider for MongoDB Stitch...
By configuring Auth0 as a Custom JWT Authentication provider you can allow users to sign in with username/password, social providers, OIDC, SAML, ... to your MongoDB Stitch applications.Read more...
View ArticleControlling access to your AWS API Gateway HTTP API with Auth0
The Amazon API Gateway HTTP API allows you to configure JWT authorizers, making it very simple to control access to your API using Auth0.Read more...
View ArticleConfiguring Auth0 as an OpenID Connect provider for your Azure App Service
For a very long time the Azure App Service made it very easy to authenticate users using Azure AD and a handful of social providers through the flip of a switch. With the upcoming support for OpenID...
View ArticleSecuring Netlify Functions with serverless-jwt and Auth0
The new serverless-jwt library makes it extremly simple to secure your JAMstack APIs like Netlify Functions using JSON Web Tokens. In this post we'll explore how this works with Auth0.Read more...
View ArticleLeveraging Cloudflare Workers to prevent attackers from bypassing your...
A long standing challenge with Cloudflare is the ability to bypass all protections by attacking the Origin IP directly. Cloudflare Workers could provide a simple way to solve this issue once and for...
View ArticleDeploying changes to your Auth0 accounts with GitHub Actions
With GitHub Actions and the Auth0 Deploy CLI you can bring "Infrastructure as Code" to your Auth0 accounts.Read more...
View ArticleInsomnia Core: Testing APIs secured with Auth0
Insomnia Core is lightweight and simple tool for testing your REST, GraphQL and gRPC services. With native support for OAuth 2.0 it also comes in handy when you're using Auth0 to secure these...
View ArticleJWT Bearer Authentication and Authorization for ASP.NET Core 5
An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs.Read more...
View Article