The IP address for Kerberos authentication. You can also specify a range of IP addresses separated by a comma.
Only the clients whose IP address match with the IP addresses configured in this field are authenticated by Kerberos authentication. All other requests coming from the IP addresses that are not configured in this field are passed on to the next IdP in the authentication chain.
If you do not specify any IP address, Remedy SSO server authenticates all the IP addresses using Kerberos authentication.
The following table provides some of the examples of IP addresses that you can configure:
| Example | Description |
|---|---|
| 127.0.0.1 | Single IP address. |
| 127 | Value for IP address 0.0.0127. |
| 127.0.0.* | All IPs from 127.0.0.1 to 127.0.0.255, such as 127.0.0.1, 127.0.0.2, and so on. |
| 127.0.0.1-255 | A range of IP addresses from 127.0.0.1 to 127.0.0.255. |
| 127.0.0.1/8 | All IPs from 127.0.0.1 to 127.255.255.255. |
| IPv62620:0:2d0:200::7/32 | All IPs from 2620:0:0:0:0:0:0 to 2620:0:ffff:ffff:ffff:ffff:ffff:ffff. |