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