You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is a requirement in DoD Applications to "delete" users after a period of inactivity or when access is no longer required. This is an auditable function and trying to explain the reason that all historical users need to remain in the system and that access is actually controlled externally will be incredibly difficult if accepted at all.
Describe the solution you'd like
Add a "Disabled" checkbox to a User, just like Administrator currently exists. When selected all collection grants should be automatically removed and the user should no longer appear on the default user page under administration or in any of the assignment dropdowns.
Describe alternatives you've considered
Attempts to explain how permissions and assess are actually managed have had mixed results and is likely to have negative impacts on inspection results.
The text was updated successfully, but these errors were encountered:
Hi @mayszs We have a similar issue (#1099) that I will close and we will use this one for tracking
We are considering approaches to this. The "unregister user" button currently just removes all user grants, but will maintain a user record for attribution purposes. It also leaves the user available for NEW grants, and clutters the User Assignment interface in cases where you know that User will never again access the system.
As you know, overall access to the App is controlled by the OIDC Provider, and this behavior can't really change. We can't really "disable" a user in the app, because we are being specifically told by the OIDC Provider that they CAN access the system (Because it gave them an access token!). But, perhaps an "Ineligible for Grants" flag could be added to the User record that will be used to exclude users from the various grant assignment pull-downs.
The User Management interface could also be modified to include a filter, on by default, that excludes users with that flag.
In this case, a User that was "Ineligible for Grants" would be able to access the system but with no Grants, would only be able to browse the STIG library, which could be a legitimate use case.
Is your feature request related to a problem? Please describe.
There is a requirement in DoD Applications to "delete" users after a period of inactivity or when access is no longer required. This is an auditable function and trying to explain the reason that all historical users need to remain in the system and that access is actually controlled externally will be incredibly difficult if accepted at all.
Describe the solution you'd like
Add a "Disabled" checkbox to a User, just like Administrator currently exists. When selected all collection grants should be automatically removed and the user should no longer appear on the default user page under administration or in any of the assignment dropdowns.
Describe alternatives you've considered
Attempts to explain how permissions and assess are actually managed have had mixed results and is likely to have negative impacts on inspection results.
The text was updated successfully, but these errors were encountered: