Select theme:

Material 3
warning

You are viewing the legacy Radzen documentation.

Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.

Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.

The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/

Open Radzen Blazor Studio docs

Azure AD B2C Supportlink

Radzen Blazor applications support authentication and authorization against Azure AD B2C.

  • Radzen application users can login via their Azure AD credentials.
  • Radzen application developers can require users to log in before accessing a page.

Azure AD B2C Security for client-side (WebAssembly) Blazor applications is not yet available.

Enable Azure AD B2C securitylink

To enable Active Directory support in Radzen follow these steps.

  1. Click the security link at the top right corner (next to data).
  2. Select Azure AD B2C from the provider dropdown.
  3. Enter all details. Instance is usually in the form https://yourdomain.b2clogin.com/ and Domain is usually yourdomain.onmicrosoft.com.
  4. Click the Save button.

image

ClientID can be obtained from the Azure AD B2C application settings - it is the Application ID field.

image

The Sign up policy is also created from the Azure app registration settings - from the User flows section.

image

Add http://localhost:5000/signin-oidc as a Redirect URI in your Azure app registration. Remember to also register the final Redirect URI after deploying your application.

image

Specify the access of a pagelink

Due to a known Azure AD B2C limitation Radzen only supports the two built-in roles - Everybody and Authenticated.

© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3