ok, if you share your project source. I will convert your Host.cshtml to App.razor
Please create a private GitHub repository and invite https://github.com/maliming
Thanks.
hi
Your endsession request was sent to https://auth.approach.cpat.dev/connect/endsession instead of https://cpattest.auth.approach.cpat.dev/connect/endsession
Try to change IssuerAddress:
.AddAbpOpenIdConnect("oidc", options =>
{
options.Authority = configuration["AuthServer:Authority"];
options.RequireHttpsMetadata = configuration.GetValue<bool>("AuthServer:RequireHttpsMetadata");
//...
options.Events.OnRedirectToIdentityProviderForSignOut = redirectContext =>
{
//Check current tenant here, and set the IssuerAddress accordingly
var currentTenant = redirectContext.HttpContext.RequestServices.GetRequiredService<ICurrentTenant>();
redirectContext.ProtocolMessage.IssuerAddress = "https://cpattest.auth.approach.cpat.dev";
return System.Threading.Tasks.Task.CompletedTask;
};
});
hi
There are no errors or exceptions in your logs.
Can you share the logs that contains the =An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module?
Thanks.
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.,