hi
Are you using the v8.3.0?
I can't reproduce this problem.
What is your framework version and can you try to reproduce this in a new template project.
Thanks.
hi
The source code are: https://github.com/abpframework/abp/tree/UnitOfWork/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Pages/AbpPermissionManagement
hi
Can you test this change?
https://github.com/abpframework/abp/pull/21211
Thanks.
hi
Please share full Logs.txt file.
Thanks.
liming.ma@volosoft.com
hi
Thanks. Can you please share the full Logs.txt file?
hi
It seems the HTTP request doesn't include the access_token
You have to sign in with IdentityConstants.ExternalScheme first, then call GetExternalLoginInfoAsync
options.DefaultSignInScheme = IdentityConstants.ExternalScheme;
Usually we will call it in the callback of the external/social login
Please share full HTTP requests in har file.
Thanks.
Great. 👍