When I create an Oauth2 Client with terminal, I added --post-logout-callbacks <url>
and rechecked with get clients
command.
Logout flow work fine except cannot redirect to above <url>
. I got this error:
" The Default Post Logout URL is not set which is why you are seeing this fallback page. Your log out request however succeeded.
You are seeing this page because configuration key urls.post_logout_redirect
is not set."
Please help! Thanks.