FQDN Virtual Host Map
Map of invalid or virtual name keys to valid FQDN values:
-
Map key: Source hostname or IP address
-
Map value: One or more valid FQDN values. Invalid FQDN values can cause the web server to become unusable, or render resources inaccessible.
This property enables virtual hosts, partial hostname, and IP address to access protected resources. Use this property so the agent can properly redirect users, and the agents receive cookies belonging to the domain.
To map a virtual server virtual.example.com
to real.mydomain.example
, enter the following:
-
Map key:
validn
, wheren
is an incrementing integer starting at1
-
Map value:
virtual.example.com
This corresponds to com.sun.identity.agents.config.fqdn.mapping[valid1]=virtual.example.com
.
To map myserver
to myserver.mydomain.example
, enter the following:
-
Map key:
myserver
-
Map value:
myserver.mydomain.example
This corresponds to com.sun.identity.agents.config.fqdn.mapping[myserver]=myserver.mydomain.example
.
Property name |
|
Property aliases |
|
Type |
String Map |
Bootstrap property |
No |
Required property |
No |
Restart required |
No |
AM console tab |
Global |