Activities of "maliming"

hi

Can you share the code that creates SglBaseProject_Web?

You need the OpenIddictConstants.GrantTypes.Password

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/OpenIddict/OpenIddictDataSeedContributor.cs#L122-L125

hi

The 8923ECD9CC3A022B71E966D19950185C is the md5 of scripts content.

So, it should be the same for all instances.

hi

My goal is use my openId provider for host but not all tenant can use it if a tenant need it can set it up on administration area.

You can override the ExternalProviderSettingsHelper to implement this.

abp/account/src/Volo.Abp.Account.Pro.Shared.Application/Volo/Abp/Account/ExternalProviders/ExternalProviderSettingsHelper.cs

Download the account pro module to check its source code.

hi franciscokadzi

Can you share a simple project?

liming.ma@volosoft.com

Thanks

Answer

hi

You can add a tenantid parameter to the methods.

BackgroundJob.Schedule(() => CleanUpMediaMedBridge(tenantid), TimeSpan.FromHours(4));

public async Task CleanUpMediaMedBridge(Guid? tenantid)
{
   //https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
}

The CleanUpMediaMedBridge method is called by hangfire. So it will lose all context.

hi

Please share the logs.txt

liming.ma@volosoft.com

Thanks

hi

What's the ReturnUrl value of emailArgs?

var emailArgs = new SendEmailConfirmationTokenDto 
{ 
    AppName = "MVC", 
    ReturnUrl = ReturnUrl, 
    ReturnUrlHash = ReturnUrlHash, 
    UserId = user.Id, 
}; 

hi

I didn't receive the logs. Can you share it by https://wetransfer.com/ liming.ma@volosoft.com

Thanks

hi

Can you share a simple project to reproduce?

liming.ma@volosoft.com

Answer

hi

When I created scheduled job and it was executed it doesn't work as expected. It doesn't have the correct context - TenantId is null.

Please share your code.

Thanks

Showing 11 to 20 of 6711 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11