AD security and Blazor

Hi, I had AD security available in an Angular project during the Trial period, but am now trying to add AD security in a Blazor app (Community Edition). I only got the Default option now.
Is AD security available for Blazor apps?

1 Like

Hi @erica,

AzureAD is available for both Angular and Blazor as authentication of REST service data source:

The application security is always ASP.NET Core Identity.

Best Regards,
Vladimir

Hi @erica,

I missunderstood your question, sorry.

The AD security is available for Angular only - it will be added for Blazor next year.

1 Like

OK. Thank you.
Being entirely new to Radzen; can I manually stich together an Angular-AD-login project with a Blazor CRUD project using the source files in Visual Studio?
Thanks.