hi
Can you share the logs.txt file with liming.ma@volosoft.com
Thanks
hi
Can you share the logs.txt file with liming.ma@volosoft.com
Thanks
hi
Can you share full logs.txt
?
liming.ma@volosoft.com
Thanks.
Still 400 error Please clear the cache and resend the logs.
Thanks.
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>
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
ok, it still has 400 error
Please share the logs.
Thanks.,
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>