Activities of "maliming"

hi

In your Domain module.

services.TryAddScoped<YourIdentityUserManager>();
services.TryAddScoped(typeof(UserManager<IdentityUser>), provider => provider.GetService(typeof(YourIdentityUserManager)));

But the UserManager.FindByIdAsync returns null.

Can you try to call this method manually?

hi

The user is null here: https://github.com/abpframework/abp/blob/net9/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/AuthorizeController.cs#L84

Is the user id 3a0daa97-5fba-2079-563c-3e26309bdc81 valid?

hi

Can I check it remotely?

https://us05web.zoom.us/j/84296078428?pwd=QPh9vbJQmZdQv47RAaNrqv7WNvMU6d.1

Join and share your screen.

Thanks

Usually, when you request the API, MVC will log out automatically.

If not, can you share Debug logs for API ,WEB and AuthServer?

Thanks!

Thanks

hi

  1. Please update https://{0}.localhost to http://{0}.localhost:4200
2024-09-17 11:35:50.876 +05:30 [DBG] Checking wildcard domain for url: http://test2dev.localhost:4200
2024-09-17 11:35:50.876 +05:30 [DBG] Checking wildcard domain format: https://{0}.localhost
2024-09-17 11:35:50.876 +05:30 [DBG] Checking wildcard domain format: https://{0}.localhost
2024-09-17 11:35:50.876 +05:30 [DBG] Wildcard domain not found for url: http://test2dev.localhost:4200
  1. It seems the Login not the POST request. Are there any errors in the browser console?

ok

hi @ageiter

Is your problem solved?

hi

There should be a CheckTokenExpiration method in you Web module.

You can pass the validationInterval to it. The default value is 1 minute.

https://github.com/abpframework/abp/blob/net9/framework/src/Volo.Abp.AspNetCore/Microsoft/Extensions/DependencyInjection/CookieAuthenticationOptionsExtensions.cs#L18

Showing 3851 to 3860 of 11559 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.