Activities of "maliming"

hi

No, you can only submit the form.

<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>
Answer

Yes

http://dev.approach.cpat.dev/signout-callback-oidc

The end session request was rejected because the specified post_logout_redirect_uri was invalid: 

http://dev.approach.cpat.dev/signout-callback-oidc
Answer

ok, it still has 400 error

Please share the logs.

Thanks.,

Answer

What is the password of tenant admin?

https://cpattest.dev.approach.cpat.dev/

Answer

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>
Answer

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.

The logs don't help on this issue,

Can you try to debug to see why result is IsNotAllowed ?

Thanks.

Answer

BTW, have you cleared the cache?

Answer

hi

I still get the 400 error. Please share logs again.

Thanks.

Showing 301 to 310 of 10651 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20