Telerik Blazor with ASP.NET Identity .NET 9.0 Sample Solution

1 Answer 4 Views
General Discussions
Kevin
Top achievements
Rank 1
Kevin asked on 09 Oct 2025, 04:44 PM

Hello,

Would it be possible to provide a clear set of steps—or ideally, a sample solution—demonstrating how to integrate Telerik Blazor with ASP.NET Identity using the .NET 9.0 framework? This seems like a fairly common requirement, but I haven’t been able to find any concise documentation that outlines the process.

I’ve created my project using the Blazor Web App template with Individual Accounts, and I’d like to confirm whether those settings are correct, and specifically, what additional steps are required to complete the integration such as changes to the Identity layout or pages (eg, Login.razor).




Thanks,
Kevin

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 10 Oct 2025, 06:08 AM

Hi Kevin,

Blazor apps with identity have an /Account section that is always static and can't contain Telerik components. We require interactive render mode.

In addition, we also recommend using Global interactivity location instead of Per page / component. Otherwise you can't place the TelerikRootComponent in the MainLayout and the Telerik setup becomes a lot more complex.

Having the above two notes in mind, the Telerik setup in Blazor apps with identity is the same as in any other Blazor app.

    Regards,
    Dimo
    Progress Telerik

    Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings.
    Start the 2025 Survey
    Tags
    General Discussions
    Asked by
    Kevin
    Top achievements
    Rank 1
    Answers by
    Dimo
    Telerik team
    Share this question
    or