hi
Wildcard Support: Azure AD B2C does support wildcards in redirect URIs (e.g., https://*.app-app1-qa.commondomain.com/authentication/login), but Microsoft does not recommend this practice for security reasons.
I think you have to use wildcard domains for your apps.
Correlation cookie
You can configure this cookie share across wildcard domains.
See https://abp.io/community/articles/how-to-share-the-cookies-between-subdomains-jfrzggc2#gsc.tab=0
Thanks.
ok, Thanks.
If you find a way to reproduce in abp template project, I will check it.
: )
hi
Thanks. Do you know how I can reproduce this exception?
hi
The framework has fixed the above issues.
How can I reproduce the ObjectDisposedException with 9.x template project?
Thanks.
hi
The owner account can download the module source code.
Thanks.
hi
You can replace it with CheckTokenExpiration, but you need to change the ClientId.
You can copy the source code and customize it in your project.
https://github.com/abpframework/abp/blob/rel-10.1/framework/src/Volo.Abp.AspNetCore/Microsoft/Extensions/DependencyInjection/CookieAuthenticationOptionsExtensions.cs#L49-L55
Thanks.
Thanks 👍
hi
The TenantCreatedEto will be published when the current unit of work is completed.
If the current unit of work failed, abp will not publish it.
Can you share your code? Because Saas moudule doesn't have this problem.
Thanks.
hi
Can you share your classes and mapper code?
Thanks.