What is the password of tenant admin?
https://cpattest.dev.approach.cpat.dev/
ok,
https://dev.approach.cpat.dev/ logout works.
hi
Add a http form in your Blazor page.
Submit ImpersonationForm will login the tenant admin user.
<form method="post" action="Account/ImpersonateTenant" id="ImpersonationForm">
<input type="hidden" name="TenantId" value="Your_Tenant_Id">
<input type="hidden" name="ReturnUrl" value="Your_ReturnUrl">
<input type="hidden" name="TenantUserName" value="Your_Tenant_UserName">
</form>
The current 400 error
The end session request was rejected because the specified post_logout_redirect_uri was invalid:
http://dev.approach.cpat.dev/signout-callback-oidc
Can you also add http website as well?
Thanks.
BTW, have you cleared the cache?
hi
I still get the 400 error. Please share logs again.
Thanks.
hi
9.3 will use MySql.EntityFrameworkCore by default.
You can switch it to Pomelo MySQL
See https://abp.io/docs/latest/framework/data/entity-framework-core/mysql#use-pomelo-provider
hi
What is your project structure? Please share a screenshot
Thanks.
hi
Can you share your test project?
liming.ma@volosoft.com
Thanks.