Activities of "maliming"

hi

The abp 9.0.4 uses Blazorise version 1.6.2. If you use a higher version, there may be compatibility issues.

Can you check the logs for any errors?

Thanks,

hi

I can see the cookie expiration time has changed.

Can you share a test username and password for your website?

I will try to stay on the login page for 20 min.

Thanks.

Can you share a minimal project?

Thanks.

hi

I can't restore the nuget packages.

Response status code does not indicate success: 401 (Unauthorized). error NU1301: Unable to load the service index for source https://pkgs.dev.azure.com/xxxxuget/v3/index.json. Response status code does not indicate success: 401 (Unauthorized).

hi

This is by design. You have to set a long expiration date or TimeSpan.MaxValue to prevent cookies from expiring.

Thanks.

hi

, the current setup requires creating an external user with a username and password before allowing external login.

You don't need to create a user with a password manually.

If your username and password pass the check in OAuth check. Abp will handle it.

check the external user login logic here:

https://github.com/abpframework/abp/blob/rel-10.1/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo/Abp/Identity/AspNetCore/AbpSignInManager.cs#L54-L81

Thanks.

hi

Can you remove the existing logs.txt, reproduce the error, and share it again?

The current log file is too big.

Thanks.

hi

This is by openidconection design.

You can add more time (e.g., a few hours), and the error won't occur.

Thanks.

hi

Please share the full logs.txt file

liming.ma@volosoft.com

Thanks.

hi

You can Increase remote auth cookie lifetime to 60m

var cookieLifetime = TimeSpan.FromMinutes(60);
options.RemoteAuthenticationTimeout = cookieLifetime;
options.CorrelationCookie.Expiration = cookieLifetime;
options.NonceCookie.Expiration = cookieLifetime;

Thanks.

Showing 231 to 240 of 11985 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 v10.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.