https://us05web.zoom.us/j/88572134509?pwd=egEBXYUbjMdu9xrvb7JzNZGSbuQRPC.1
hi
Autofac.Core.DependencyResolutionException:
An exception was thrown while activating
Volo.Abp.PermissionManagement.Identity.RolePermissionManagementProvider -> Volo.Abp.Identity.HttpClientUserRoleFinder.
---> Autofac.Core.DependencyResolutionException: None of the constructors found on type 'Volo.Abp.Identity.HttpClientUserRoleFinder' can be invoked with the available services and parameters:
Cannot resolve parameter 'Volo.Abp.Identity.Integration.IIdentityUserIntegrationService userIntegrationService'
of constructor 'Void .ctor(Volo.Abp.Identity.IIdentityUserAppService, Volo.Abp.Identity.Integration.IIdentityUserIntegrationService)'.
To use IIdentityUserIntegrationService, you have to depend on AbpIdentityApplicationModule
hi
https://us05web.zoom.us/j/83893176702?pwd=U6frjNspBIgK1f388xsfk7wAMY9406.1
maliming is inviting you to a scheduled Zoom meeting.
Topic: maliming's Zoom Meeting Time: Nov 15, 2024 15:00 Beijing, Shanghai
Join Zoom Meeting https://us05web.zoom.us/j/82434243267?pwd=utBSiIrsyBIXZbJDJnkfbwZ9MJBhZu.1
Meeting ID: 824 3424 3267 Passcode: 7Npsyq
hi
What are the values in info ?
If the external user is not in your system. eg you first use google account(123@google.com) to login. but the 123@google.com doesn't exist in your system. We will register a new user for it.
In the end we will call await SignInManager.SignInAsync(user, false); to issuer the cookies.
https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs#L243-L282
ok, I will add some code to make the filter works.