Configuring Post-Logout Redirect URI in ABP Based Blazor Applications with OpenIddict

cover

OpenIddict module provides authentication features like single sign-on, single log-out, and API access control. While it comes pre-installed in ABP applications, the default post-logout redirect URI (/authentication/logout-callback) shows a generic logout page.

Let's modify this to redirect users to a more useful page after logout.