Configuring SSO in Blazor Server
Get familiar with configuring SSO in a Blazor Server application.
We'll cover the following...
In this lesson, we will learn how to apply the OIDC authentication configuration in a Blazor Server application. We will do so by using the playground below:
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}Blazor Server app with the OpenID Connect flow
Ask