@page "/auth" @using Microsoft.AspNetCore.Authorization @*@attribute [Authorize]*@ @attribute [Authorize(Roles = "Admin")] Auth You are authenticated! Hello @context.User.Identity?.Name!