cancel
Showing results for 
Search instead for 
Did you mean: 

Can I limitate authorizations by daytime?

Former Member
0 Kudos

Hello together,

I want to limitate authorizations by daytime.

Is there any way to do that?

For example: I want to give a colleague a rolle between 22 and 8

o'clock in the morning.

My Idea is to create a new authorizaion object. In this object I want to have an additional field with a userexit behind to check the time and give back a true or false.

After that the system has to use this object by checking the authorizations for a special action in the system.

Is that possible or any other way?

Thanks a lot

Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

mvoros
Active Contributor
0 Kudos

Hi,

as you know you limit role assignment only by days. You should be able to achieve hour assignment using IdM but I guess that's out of scope.

If I understand your requirement than you will have you custom authorization object. In that case you can have additional field HOUR that can have value from 0 up to 23. So in user exit you will take current hour and perform authorization check for it plus action. Basically, user will always have role but authorization values in that role will define when that action can be performed.

Cheers