Hello
I have been tasked to pull from a CSV when a user is listed to grant access for the listed application.
My currently purposed solution is:
Application to collect the user, department, and application.
I have a Role that sees the information and grants the access.
My challenge is:
How do I guarantee the user does not lose access when the are no longer listed (daily refresh).
Not being listed does not mean they lose access.
I have disabled the UOOC rule, which seems to accomplish this.
Is disabling the UOOC there only way to prevent removal of access?
Yes, thank you.
I am taking the new daily data to append to a another CSV that will maintain the full list.
I will then collect from the appended file.