Quiz Yourself on SSO in Blazor

Test your knowledge of enabling SSO in Blazor applications.

We'll cover the following...
1

(Select all that apply.) What are the differences between Blazor WebAssembly and Blazor Server?

A)

Blazor Server runs directly in the browser.

B)

Blazor WebAssembly runs directly in the browser.

C)

Blazor Server is a standard .NET web application that servers Razor components to the browser in the form of HTML.

D)

Blazor server uses the .cshtml extension for Razor components.

Question 1 of 50 attempted
...