Hello,
i like to know the ip-adress of the client where the browser requests the sign in page.
The build in feature of the host checker delivers the ip of the internet gateway.
So i cant«s solve it with the host checker.
My second idea was the registry. But the ip will be found in keys which are dynamic.
HKLM\System\CurrentControlSet\Services\{66FA17B-...F}Parameters\Tcpip
IPAdress or DhcpIPAdress
With the Hostchecker it isn«t possible to search subkeys.
Does anybody have a solution for browser IP detection?
thx
Luc
The sourceIP variable available at role mapping time has this value. From the Admin guide -
sourceIP
Available in:
_ role mapping rules
_ resource policy rules
_ SSO parameter fieldsrole mapping rules
The IP address of the machine on which the
user authenticates. You can specify the
netmask using the bit number or in the
netmask format: '255.255.0.0'. Note that youcan evaluate the sourceIP expression against a
string variable such as an LDAP attribute.
_ sourceIP = 192.168.10.20
_ sourceIP = 192.168.1.0/24 andnetworkIf internal
_ userAttr.dept = ('eng' or 'it') andsourceIP = 10.11.0.0/16
_ sourceIP = 192.168.10.0/24 (ClassC)
is the same as:
sourceIP =
192.168.10.0/255.255.255.0
_ sourceIP=userAttr.sourceip