close icon
Database Connections

Custom Authentication With Auth0

Many companies rely on databases to store user credentials. Either because they use pre-built systems like ASP.NET Membership, or because they wanted to keep

April 16, 2013

Many companies rely on databases to store user credentials. Either because they use pre-built systems like ASP.NET Membership, or because they wanted to keep those users outside their main identity system (e.g. Active Directory) or just because of historical reasons ... (a.k.a. legacy)

In fact, one of the most requested features in ADFS was the ability to authenticate users outside AD. A very annoying limitation in the product, that still has not been addressed.

Because this is so common, we decided to support it out of the box in Auth0. The Auth0 Custom Connector is a component that you deploy to your infrastructure, that connects to any database (or anything really), and seamlessly integrates with Auth0.

Once setup is done (a very simple process in itself), you can continue to leverage those identities and connect them with any apps supported by Auth0: SharePoint, CRM, mobile, etc.

Here's the entire process in less than 3 minutes:

Notice that authentication with SQL (and MongoDb) is straight forward, but you can actually connect with whatever you want. This video shows an example that uses edge to call .NET code.

Try Auth0 yourself!

  • Twitter icon
  • LinkedIn icon
  • Faceboook icon