Configure the Blazor WebAssembly Application
Discover how to configure your Blazor WebAssembly application to communicate with Auth0 by retrieving and storing the required Auth0 domain and client ID settings. This lesson guides you through creating the necessary configuration file to enable secure authentication integration.
We'll cover the following...
We'll cover the following...
The registration with Auth0 makes Auth0 aware of our Blazor WebAssembly application. Now we need to let our application know about Auth0.
Retrieve the Auth0 settings
During the registration of our Blazor WebAssembly application with Auth0, we got the following two important settings:
- Auth0