Virtual Host
resource_servers[]/virtual_host
The virtual host, as defined by the host header in the request, at which the resource server will be made available. This will be the hostname and port number specified in the web browser when it makes the request. The port number should always be specified, whether the default port is being used (443 for SSL), or if the virtual host is using a non-default port for the intended protocol. If your docker or container host is mapping an incoming port number such as 443 to some other port inside the container (i.e. 8443), then specify here the incoming port number (i.e. 443).
This entry is required if the path
entry has not been specified.
It is not valid to have both path
and virtual_host
entries specified.
Property
Name | Type | Constraints |
---|---|---|
virtual_host | string |
Example
resource_servers:
- virtual_host: "application.ibm.com:443"
# ...
Updated 5 months ago