Activities of "nalle.jacobsson@helaforsakring.se"

  • ABP Framework version: v8.1.4
  • UI Type: Blazor Server
  • Database System: EF Core

I have acquired a Blazorise product token, put it in my appsettings.json and applied it like this in my BlazorModule:

     private void ConfigureBlazorise(ServiceConfigurationContext context, IConfiguration configuration)
    {
        context.Services
            .AddBootstrap5Providers()
            .AddFontAwesomeIcons();

        Configure< BlazoriseOptions>(options =>
        {
            options.ProductToken = configuration["BlazoriseToken"];
        });
    }

However, the "free version" message is still displayed on my site. Why?

Thanks!

  • ABP Framework version: v5.1.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

I'd like to override CreateExternalUserAsync to add some custom logic when new users are created from Azure AD. How can I accomplish this with Blazor as UI?

Showing 1 to 2 of 2 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 05, 2025, 07:31