Search⌘ K
AI Features

Register an API with Auth0

Understand the essential first steps to securing a Blazor WebAssembly API by registering it with Auth0. This lesson guides you through creating an API entry in the Auth0 dashboard, configuring its name, identifier, and signing algorithm. You will gain the knowledge to connect your Blazor app with Auth0 for secure authorization requests.

We'll cover the following...

The first step to securing an API with Auth0 is to register it. This allows Auth0 to learn about the API and deal with the related authorization process.

Register the API

Let’s head to the Auth0 dashboard and move to the API section. We should land on a page similar to the following:

This page lists all the ...