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
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35