Activities of "maliming"

Great

hi

The logic for external login is implemented in the Login and Register classes.

You can download the Account Pro module source code to check the source code.

https://abp.io/support/questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules

Thanks.

Thanks. We will check it asap.

hi

Can you share the online website URL again? Our angular team will check it.

This is related to Angular.

Thanks.

hi

Can you confirm if your administration services can communicate with your authserver.

eg: can administration services request domain.com/.well-known/openid-configuration successfully

You can enable the identitymodel logs in your administration services app.

IdentityModelEventSource.ShowPII = true;

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

Great

: )

hi

This package was introduced after >= 7.3.0.

https://github.com/abpframework/abp/pull/16521

hi

Have you overridden the PageHeader component/class in your project?

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor.cs#L11

No matter what, we always need to reproduce the problem locally.

Thanks.

Ok, you can add it to your scope, the. Angular will use refresh token automatically.

Thanks

Showing 1 to 10 of 9290 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 16, 2025, 12:13