Activities of "maliming"

hi

We used bootstrap 5 in the latest version, which may be the reason for the difference.

Can you check and share some screenshots of the class/style of the elements?

hi

What's your CLI version? It must be the same as your project package version of ABP.

migrate to OpenIdict and finally .net 7.

https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step

hi

Can you try run abp clean command on your solution folder? and then run dotnet build command.

hi

Add the below code.

Configure<DocsUiOptions>(options =>
{
   options.RoutePrefix = null;
});

hi

Angular does not support slide.

If the access token expires, it will use the refresh token(offline_access) to get a new one.

But I think you can customize this logic in angular, and I will ask angular colleagues.

Please share a simple project. thanks

liming.ma@volosoft.com

hi

You can set it in azure to return the claim of the user's photo, and then you can get it in the OpenIdConnect event and save it.

.AddAbpOpenIdConnect("oidc", options =>
    {
        //...

        options.Events.OnTokenValidated = tokenValidatedContext =>
        {
            var photoClaim = tokenValidatedContext.Principal.Claims.FirstOrDefault(x => x.Type == "photo");

            return Task.FromResult(Task.CompletedTask);
        };


        //...

    });

If this doesn't work, you can request azure's api to get photo through access-token.

await httpContext.GetTokenAsync("access_token");

hi

We will update it in next patch version. Thanks

Thank you. I will test it in the next few days.

What's the class name that implement the IDepartmentsInfoRepository?

It must be EfCoreDepartmentsInfoRepository.

Showing 7251 to 7260 of 11549 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.