Activities of "maliming"

hi

I create a ShadowUser in the OnTokenValidated event within the JwtBearer

Don't do this. Just do it like Google login.

When I add a role to such a user, why are these menus not visible on the web side (MVC)?

Can you try to re-login?

If you don't want to re-login, we have a dynamic claims feature.

https://abp.io/docs/latest/framework/fundamentals/dynamic-claims

Thanks.

hi

ABP is an ASP.NET Core backend framework. And the ABP Studio template supports mobile app options.

What is the architecture/Technical selection of your mobile and desktop?

Thanks.

hi

Do you mean your web app as an API website that is consumed by your Mobile and desktop apps?

Thanks.

hi

Can you share a demo app?

liming.ma@volosoft.com

Thanks.

hi

The response isn't what Angular expected. Could you share some code?

I will try to reproduce and provide a solution.

Thanks.

hi

You can override the GetAllListAsync method of IdentityLinkUserAppService to troubleshoot the problem.

You can try to set includeIndirect to false.

Thanks.

Great 👍

hi

In this case, you add your auth server as an external login provider(like Google login)

So add the account module and AddAbpOpenIdConnect(auth server) to your client applications.

You will see a login option on your client application login page.

Thanks.

hi

The loading time of the modal is too long

What is the total load time?

Can you check the EF Core query info? Enable information log level for EF Core to see SQL query statements.

https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

Thanks.

hi

Change your log code in all projects(API. AuthServer)

Then share all the logs.txt files again.

liming.ma@volosoft.com

var loggerConfiguration = new LoggerConfiguration()
    .MinimumLevel.Debug()
    .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
    .MinimumLevel.Override("OpenIddict", LogEventLevel.Verbose)
    .Enrich.FromLogContext()
    .WriteTo.Async(c => c.File("Logs/logs.txt"))
    

IdentityModelEventSource.ShowPII = true;

IdentityModelEventSource.Logger.LogLevel = EventLevel.Verbose;
var wilsonTextLogger = new TextWriterEventListener("Logs/identitymodel.txt");
wilsonTextLogger.EnableEvents(IdentityModelEventSource.Logger, EventLevel.Verbose);

Thanks.

Showing 961 to 970 of 11567 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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.