Activities of "maliming"

Thanks, Our angular team will confirm this.

hi

Please try this

PreConfigure<OpenIddictServerBuilder>(builder =>
{
    builder
        .SetAccessTokenLifetime(TimeSpan.FromSeconds(120))
        .SetIdentityTokenLifetime(TimeSpan.FromSeconds(365));
});

You can share an online website. I will test it

liming.ma@volosoft.com

hi

Are you using angular for UI? Is your angular UI not logout after 5 minutes?

What's your abp version?

hi

After 1Hour if the user revisits the page then he/she will be asked to login again.

What's this UI?

Does the user revisit on MVC or angular page?

hi

What's your client? MVC or Blazor or Angular?

ConfigureApplicationCookie only works for MVC(AuthServer) side.

hi krapholo

The logs seem to be incomplete.

Please delete Logs.txt first, then run the backend and angular. End the application after reproducing the problem and share Logs.txt.

Try to set log level to Debug.

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

Thanks. I will check it asap

hi

Please share the full HTTP request logs of your Identity Server during logout. Thanks

liming.ma@volosoft.com

hi

The Databases of SaasTenantCreateDto is used for the below UI feature

we need to add a secondary connection string to the SaaSTenantConnectionStrings table

You can use repository in your case.

hi

Did you try this?

Navigation.NavigateToLogin("authentication/login");

Showing 6821 to 6830 of 11554 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.