VIP Authentication Hub Work day time rule
search cancel

VIP Authentication Hub Work day time rule

book

Article ID: 368516

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

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.

Environment

VIP Authentication Hub

Resolution

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.

{
  "ruleName": "Work day time",
  "reason": " Current time (23:26, Friday) is outside Work time (8 - 20) or Work days (MONDAY,THURSDAY,FRIDAY). "
}