Activities of "maliming"

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");

I guess the strictDiscoveryDocumentValidation is not working as expected.

You can debug the js code on Chrome to check the strictDiscoveryDocumentValidation.

https://github.com/manfredsteyer/angular-oauth2-oidc/blob/3ba7303b5a6fdbae5ca214764c9191637cd00126/projects/lib/src/oauth-service.ts#L386 https://github.com/manfredsteyer/angular-oauth2-oidc/blob/3ba7303b5a6fdbae5ca214764c9191637cd00126/projects/lib/src/oauth-service.ts#L340

hi

Can you share an online url? include the username and password Thanks

liming.ma@volosoft.com

hi

I try set strictDiscoveryDocumentValidation = false but it not working

Please share your authConfig

Yes, Just like you did.

but the cookie is set again after moving to the second page!

Is your browser language ar-EG? Can you share an online website so I can reproduce it? liming.ma@volosoft.com

https://support.google.com/chrome/answer/173424?hl=en&co=GENIE.Platform%3DDesktop

Showing 5921 to 5930 of 10645 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.0.0-preview. Updated on September 12, 2025, 10:20