OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 590 forks source link

How to change virtual host of WARS related to openidConnectClient #28724

Open teruz opened 3 months ago

teruz commented 3 months ago

Using Liberty:23.0.0.6

When using openidConnectClient, some WARs such as OpenID Client Redirect Servlet, com.ibm.oauth.test.war, and com.ibm.ws.security.jwt are bound to default_host automatically. But I'd like to bind another for some reasons. How can I change virtual host for those WARs?

NottyCode commented 3 months ago

Hi, I'm afraid it isn't possible to change the virtual host for these built in application. Can you explain why you want to change them?

teruz commented 2 weeks ago

Sorry for late response. For some reasons I need to host multi wars on single Liberty instance on different FQDN.