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
Description
We want the ability to exclude tokens based on an exclusion list combined with RBAC.
Detail
When handling some kind of information, some tokens need to be excluded. Two scenarios where this is necessary include;
Handling sensitive PII information. In this scenario it may be permitted for one user to view the sensitive information such as a customer service representative while another user may not be permitted to view the same sensitive information. In order to achieve this, an exclusion list must be created and associated to the roles of the respective user.
Filtering offensive language. This scenario can be useful when we want to exclude some perceived offensive tokens for example when there age restrictions.
Acceptance Criteria
This is an exploratory task so this list may be changed.
Add an exclusion list data source. This can include;
SQL database
REST API
File upload
An exclusion list can be associated to a role.
Exclusion rules are applied to user dynamically.
The text was updated successfully, but these errors were encountered:
Description
We want the ability to exclude tokens based on an exclusion list combined with RBAC.
Detail
When handling some kind of information, some tokens need to be excluded. Two scenarios where this is necessary include;
Acceptance Criteria
This is an exploratory task so this list may be changed.
The text was updated successfully, but these errors were encountered: