...
/Solution Review: Securing Blazor Pages
Solution Review: Securing Blazor Pages
Review the solution of the "Securing Blazor Pages" challenge.
We'll cover the following...
Overview
The complete solution can be found in the following playground:
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}Final setup with the automatic OIDC authentication redirect
Solving the challenge
If we launch the playground by ...
Ask