This KB article describes the Work day time rule and how the time is taken for calculating the time to evaluate if user is within the time frame they are supposed to login or outside of it.
VIP Authentication Hub
Work Day rule checks if the user is accessing the application during work hours and work days. Working hours and days can be configured using the following rule settings:
Setting
|
Default Value
|
Possible Values
|
startHour
|
8
|
0-23
|
endHour
|
17
|
0-23
|
workDays
|
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY
|
MONDAY,TUESDAY,WEDNESDAY, THURSDAY,FRIDAY,SATURDAY,SUNDAY
|
The time is determined by the iaAuthData/DeviceSignature value which is passed in the userRiskScoreEvaluator, if it is passed from the machine in US east coast, that time will be taken and if it is captured from Any mother machine situated in any other part of the world, the time will be taken from that iaAuthData/DeviceSignature to calculate the Work day time.
e.g. DeviceSignature from India machine is taken and login hours are configured from 8-20.