Information
For logout page redirects, explicit domain names can be listed.
Defining approved domain names for redirects prevents the server from redirecting to a disallowed domain.
Solution
Set the logoutPageRedirectDomainNames attribute in the webAppSecurity element to a pipe(|) separated list of domain names that are allowed for the logout page redirect in ${server.config.dir}/configDropins/overrides/*.xml For Example, for the two domains ibm.com and openliberty.io
<webAppSecurity logoutPageRedirectDomainNames="ibm.com|openliberty.io" />